Arno @ Raketnet wrote:
> Hi,
>
> www.aave.info/test/index.html
> www.aave.info/test/css/styles.css
>
>
> It shows correct in FF1.5, IE6 and NS8.
> In Opera 8+, however, the menu, which should be tight against the left frame 
> shows a gap and (because of this??) the text in the menu falls out of the 
> div viewport.
>
> Is there an easy solution to this?
>
>
> Arno
>
>
>   
I think the problem is the use of absolute positioning to layout the 
page and its content, plus setting heights. At 200% zoom this is how 
your page appears in SeaMonkey:<http://www.dlaakso.com/jewel2.jpg>.
With no markup change, images disabled, all absolute positioning 
deleted, and all heights deleted, and the navigation floated right, this 
is how it appears at 200% in FF.<http://www.dlaakso.com/jewel.jpg>.
Using floats, rather than absolute positioning, is a better cross 
browser method. And not setting height is more user friendly.
HTH
~davidLaakso



-- 

Typography exists to honor content. 
--Robert Bringhurst
<http://www.dlaakso.com/>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to