Sun, 2011-02-20 02:02
Im having an issue with my wordpress site, http://ablog4you.net, the widgets are not displaying correctly, here's an example of what internet explorer is doing to my site.
<img src="http://ablog4you.net/wp-content/themes/mod-twentyten/images/example.jpg" width="400px" height="225px">
here's the css for the affected area
.container-top{ background-image:url(images/container-top.png); background-repeat:no-repeat; height:8px; width:275px; margin-top:10px; } .widget-container { background-image:url(images/container-bg.png); background-repeat:repeat-y; width:275px; margin-bottom:0; } .container-bottom{ background-image:url(images/container-bottom.png); background-repeat:no-repeat; height:18px; width:275px; margin-bottom:10px; }
any help you can guys can give me will really be appreciated.
Sun, 2011-02-20 16:24
#1
should've used li instead of div class
i got some help in the wp forum, I should've used li instead of div class