Ok, well
So I've been working at this for about 2 hrs now and i'm literally [-] that close to just ending it..
I kno how everyone loves FF and hates IE but I'm telling you right now..
FF BLOWS DONKEY NUTZ
using FF3 and IE7..
I can get everything to work perfectly in IE
but FF on the other hand is choosing to be lil [orange juice] guzzling [monkey]..
This should be the simplest frikin thing in the world to do.. but its not..
I have a logout link on my page that is at the top left corner of my pages...
because of it being inside my container and my container background having a needed margin.. the link sticks out over the edge..
now you would think that you could just say
position:relative;
top:100px;
left:50px;
and it would be all gravy right????
HELL NO! its not.. yea sure it moves the text down there..
but then chooses to leave the clickably in the original location
HOW THE FLYING !@#$ does that happen?
heres the code:
Code:
<table width='100%' class='left'>
<tr>
<td><h4><a style='position:relative;top:25px;left:50px;' href='?L=logout' />Logout [ ".$_SESSION['User']." ]</a></h4></td>
</tr>
</table>
(this is being echoed from PHP hence the SESSION variable)
IE7:

looks how it should and is clickable
FF3:

looks like crap and is clickable..
if i move the FF3 to the same position as in IE7 then the link becomes UNCLICKABLE