Posted by Jim Moe on 10/06/82 11:42
Damien Cymbal wrote:
> [...] When I render this on IE and
> Opera and then shrink the browser window width, the strings in the menu
> display ok. When I render it in Firefox/Safari/Epiphany/Konqueror the
> strings start to overflow/overlap and just become a jumbled mess as I
> squeeze the window. Is there a cross-platform way to achieve the IE
> behavior?
>
Add this to ".menu li a":
white-space: nowrap;
overflow:hidden;
Next time describe what "display ok" means.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|