NAV LIST UL or HTML jumping?
Posted: Wed 28. Oct 2009, 14:04
Hello.
I´ve tried using {NAV_LIST_UL:F,0,1,act_path,active}
and I put it inside div like:
#homm {
position:absolute;
left:366px;
top:56px;
width:34px;
height:14px;
font-weight: bold;
}
I render it in main:
<div id="homm">
{NAV_LIST_UL:F,0,1,act_path,active}
</div>
BUT when I put simple text into this div:
<div id="homm">
Home/Koti
</div>
It doesnt appear on the same place, it appears 12 pix to top.
I can manage them with another div with different top, +12 (dangerous...)
and they match ok .... but not in IE7 and IE6.
I use {RANDOM:rnd/bakery} random pics inside container in main before that, is that the reason.
Only thing I havent tried takin out.
???? Im just totally out of it.
I´ve tried using {NAV_LIST_UL:F,0,1,act_path,active}
and I put it inside div like:
#homm {
position:absolute;
left:366px;
top:56px;
width:34px;
height:14px;
font-weight: bold;
}
I render it in main:
<div id="homm">
{NAV_LIST_UL:F,0,1,act_path,active}
</div>
BUT when I put simple text into this div:
<div id="homm">
Home/Koti
</div>
It doesnt appear on the same place, it appears 12 pix to top.
I can manage them with another div with different top, +12 (dangerous...)
and they match ok .... but not in IE7 and IE6.
I use {RANDOM:rnd/bakery} random pics inside container in main before that, is that the reason.
Only thing I havent tried takin out.
???? Im just totally out of it.