[css-d] strange ff1.5 behaviour

2005-12-07 Thread Ray
A site that I am working on is behaving strangely in Firefox 1.5 (from 
XP or Win2K). When clicking one of the top navigation buttons, the last 
button wraps to the next line. In Firefox 1.07, and IE 6, the buttons 
behave as expected. Also tested from a Linux box in Konqueror and FF 
1.07, and the buttons behave as expected. Seems that its just happens in 
Firefox 1.5.

The site is currently here: http://re.ality.org/wordpress
The Teen Scene button is the one that wraps when any button in the top 
menu is clicked.

Any ideas as to fixing this behaviour?

Thanks,
Ray



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0549-3, 12/07/2005
Tested on: 12/7/2005 11:17:02 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange ff1.5 behaviour

2005-12-07 Thread Gunlaug Sørtun
Ray wrote:
 Firefox 1.5.
 
 The site is currently here: http://re.ality.org/wordpress The Teen
 Scene button is the one that wraps when any button in the top menu is
 clicked.

You've created that menu too tight :-)

 Any ideas as to fixing this behaviour?

This should do, and make the natural wrapping that follows font-resizing
look a bit nicer...

#topmenu ul {width: 100%;}
#topmenu ul li {white-space: nowrap;}

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] strange ff1.5 behaviour

2005-12-07 Thread Ray
Awesome!  That fixed it nicely ... I was thinking it was something to do 
with the a:active, and not paying close enough attention to the 
containers :)

Thank you,
Ray

Gunlaug Sørtun said the following on 12/7/2005 11:40 PM:
 Ray wrote:
 
Firefox 1.5.

The site is currently here: http://re.ality.org/wordpress The Teen
Scene button is the one that wraps when any button in the top menu is
clicked.
 
 
 You've created that menu too tight :-)
 
 
Any ideas as to fixing this behaviour?
 
 
 This should do, and make the natural wrapping that follows font-resizing
 look a bit nicer...
 
 #topmenu ul {width: 100%;}
 #topmenu ul li {white-space: nowrap;}
 
 regards
   Georg


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0549-3, 12/07/2005
Tested on: 12/7/2005 11:50:34 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/