Previous Message
Next Message

[css-d] Weird problem in Mozilla

Sent by Tim on 23 June 2002 12:12


Hi everyone,

I created a page which shows really weird behavior in Mozilla 1.0. It 
consists of two main DIVs. One of them is fixed (a menu at the left). 
The other one is the main content frame (it is positioned absolute) and 
has a width of 585. Now when I visit the page everything shows up nice, 
but once I start scrolling the content frame gets smaller and the text 
in it overflows.

You can view the site here: http://www.fuckhedz.com/index.php
Stylesheet is located here: http://www.fuckhedz.com/fourdotzero.css

I tried everything: removing the menu, adjusting the stylesheet, ... I 
hope one of you can solve it.

Thanx


P.S: These are the selectors for the two main DIV's:

.content {
    position: absolute;
    width: 585px;
    left: 165px;
    top: 0px;
    right: auto;
    background: url(trans.png);
    background-repeat: repeat;
    padding: 5px;
   filter: Alpha(Opacity=60);
}

.menu {
    position: fixed;
    left: 0px;
    top: 0px;
   
    width: 105px;
    padding: 5px;

    text-align: left;
    padding-top: 0px;
}
Previous Message
Next Message

Message thread: