Imperator
08-19-2008, 04:40 PM
Hello,
To begin with I've been searching for a solution the entire day and I couldn't find anything. I mean I found a lotta stuff about positioning in FF but my problem is slightly different.
Ok, here's the thing:
http://ds5.agh.edu.pl/~keanux/Ewa3/pl/about2.php
There are two yellow arrows in the bottom that dare to disappear in FF2. Everything works fine on IE, Opera and FF3 but it refuses to work on FF2. I used the following CSS in reference to the arrows:
.arrow1 {
position: absolute;
left: 67em;
top: 34em;
}
(the entire CSS is here: http://ds5.agh.edu.pl/~keanux/Ewa3/style/style.css)
When I erase position: absolute, the arrows are displayed (not the way I'd like them to, but they are after all) but when I put it back they disappear.
Does FF2x have problems with absolute positioning or did I mess something up?
Cheers
To begin with I've been searching for a solution the entire day and I couldn't find anything. I mean I found a lotta stuff about positioning in FF but my problem is slightly different.
Ok, here's the thing:
http://ds5.agh.edu.pl/~keanux/Ewa3/pl/about2.php
There are two yellow arrows in the bottom that dare to disappear in FF2. Everything works fine on IE, Opera and FF3 but it refuses to work on FF2. I used the following CSS in reference to the arrows:
.arrow1 {
position: absolute;
left: 67em;
top: 34em;
}
(the entire CSS is here: http://ds5.agh.edu.pl/~keanux/Ewa3/style/style.css)
When I erase position: absolute, the arrows are displayed (not the way I'd like them to, but they are after all) but when I put it back they disappear.
Does FF2x have problems with absolute positioning or did I mess something up?
Cheers