HighDots Forums  

N 6.2 and position absolute top and percentage values

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss N 6.2 and position absolute top and percentage values in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Horst Rotenholzer
 
Posts: n/a

Default N 6.2 and position absolute top and percentage values - 12-08-2003 , 09:38 AM






Hello,

I have a question on Netscape 6.2 (6.x?). I use CSS and divs for
positioning different elements, but N6.2 doesn´t do the right thing.
N6.2 ignores the percentage values, but not e.g. px-values. Because N6.2
ignores the top-percentage-value (at #Spieltag) the div-element is not
where it should be. It works fine in N7 and IE6. Any idea what's causing
that?

Thanks for help

Code looks like this:

<div id="roundDataXml">
...some content...
<div id="SpielTab">
...table...
</div>
</div>


#SpielTab {
position:absolute;
top:102%; // this value is ignored if applied as %
left:21%;
right:21%;
}

#roundDataXml {
position:absolute;
left:19%;
top:52%;
}


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.