CSS ~ Problem with Browsers (as always, IE bug!)

Status
Not open for further replies.

DarkDragonLord

New Member
Messages
782
Reaction score
0
Points
0
Hi guys!

Well, im developing a new template to be available to download (asap! a.k.a. when i fix this)
You can see it here:
http://ddl.exofire.net/temp/index.php


Well, if you open it on Firefox, everything is perfect.
But if you open on IE6 (did not tested with IE7), the menu bar is fuked up.
(as you can see in the image below)
Firefox vs IE6
804736wtf.JPG

On IE6, the text is a lil lower than in FF (and im using valign middle) and the border is going out of the bar and i dont know why ¬¬

The CSS can be found here

Could someone help me?

I was thinking in using Conditional Comment ( that <!-- <[if IE]> thing but will be a template to everyone so i cant put those weird things or newbies may not understand and yet, think im stupid that i cant make it very well LOL)

When i finish it, i'll be abla to put it available to download at my website ^^
Edit:
help.jpg
 
Last edited:

bigjoe4

New Member
Messages
907
Reaction score
0
Points
0
I h8 IE. I have that problem all the time; site works on firefox and opera but not IE.
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
if it ain't gonna kill you, you can always put the text in the picture, rather than through HTML.
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
tested in IE7, didnt notice that problem. Did however notice that the header and footer are about 10 pixels more to the right than the rest!

Try adding the position element into your CSS. perhaps:

Code:
position: relevant;

or

Code:
position: absolute;

Peace
 

DarkDragonLord

New Member
Messages
782
Reaction score
0
Points
0
i tried and did not worked



and no, cant be image, its a template, how i willwrite sometimg if i dont know what the peoplewill write
 
Status
Not open for further replies.
Top