schmek
05-31-2011, 08:19 AM
Hello
I am working on a big site and i am wondering why my css style is ovrride.
I have the following code somewhere:
<div id="center-slideshow" style="text-align:center !important;">
<div id="slideshow" style="width:500px; height:332px;">
Hallo
</div>
</div>
When I load the side, I see with firebug, that the style="text-align:center !important;" is beeing override by some other css stile when the second div (id="slideshow") is displayed. How can I prevent that from happening?
Thanks
I am working on a big site and i am wondering why my css style is ovrride.
I have the following code somewhere:
<div id="center-slideshow" style="text-align:center !important;">
<div id="slideshow" style="width:500px; height:332px;">
Hallo
</div>
</div>
When I load the side, I see with firebug, that the style="text-align:center !important;" is beeing override by some other css stile when the second div (id="slideshow") is displayed. How can I prevent that from happening?
Thanks