PDA

View Full Version : CSS <ul> causing linebreak in ie7 only


Vaupell
01-25-2010, 08:44 PM
tab mod i got is causing alot of line braeks, but ofcourse only in IE7 browsers
IE6 appears fine, now i dont get it..

been searching high and low about this,,
finally found someone with similar issue

http://www.webmasterworld.com/css/3571286.htm

ul.toc ul { /* bizzo */ }

is the outcome of that thread,,
how ewer i donot understand that line..

code snippet of my tab

<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab">{vb:raw tabname}<img style="float:right; padding-top:2px;" src="images/misc/arrow.png"/></a>
<ul class="popupbody popuphover">
{vb:raw linkdisplay}
</ul></li>

im not sure how to get that into my code, to remove the linebrakes caused by ie7 only.

BBR-APBT
01-25-2010, 09:04 PM
ul.toc ul { /* bizzo */ } <--- that is css simply put it in your additional.css template. I am not sure if that will fix your issue though.

Vaupell
01-25-2010, 09:23 PM
worth a shot though, howewer bed time now, gonna try tomorrow.

Taragon
01-25-2010, 09:33 PM
afaik ul.toc ul { /* bizzo */ } is only a placeholder. you might wanna look for your solution in the last post of that topic.