Hi Big John
Thanks for the tip.
It worked on the upper right.  I have two more problems with Opera that I haven't 
figured out.
In the body of some pages, I have a tertiary set of nav buttons that are stacking. the 
ul is floated right and the list items inside it are floated left.  I tried to set a 
width of 500px but then the list items moved to the left of the page and I'd rather 
they stuck to the right side of the page.  I hope this makes sense, I want white space 
to the left, not the right when the number of choices are small.

Is there a simple fix?
Ted


-----Original Message-----
From: Big John [mailto:[EMAIL PROTECTED]
Sent: Friday, September 24, 2004 11:21 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Opera formatting problems


Ted Drake wrote:

> There is an image in the div#topright that is floated left that is sitting
> below the menu toprightnav
> I am using the IE Whitespace hack to avoid putting the unordered list on one
> line of code:
> http://www.hicksdesign.co.uk/journal/546/ie-whitespace-bug
> 
> Will this mess up Opera?

No, the problem is a bug in Opera that has been fixed in
the latest version. 

The trouble is that you have a no-width defined absolute container,
and two floats inside. Like most modern browsers, Opera "shrink-wraps"
AP boxes to the width of the content, and in this case that content
is two floats in sequence. The floats should sit side by side and
so determine the width of the AP container.

Unfortunately earlier Operas overdo the shrink-wrapping, forcing
the floats to be vertical, I guess to get that AP box as narrow
as possible. If it were a floated widthless paragraph, the AP box 
would only be as wide as the widest word in the paragraph!

The remedy is to define a width on that AP container, about 200px,
If IE/win has trouble it will be due to the 3px bug, which could be 
accomodated by adding 3px more to the width.

HTH
Big John



=====
-- 
Perennial student + Impractical joker + CSS junkie = Big John
<http://www.positioniseverything.net>


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to