Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE top: position not working! Re: IE top: position not working!

#74260
expo703
Participant

I’m just starting to learn CSS and enjoy it so sorry for being a noob….I’m not 100% on what you mean but i added

ul#top_nav li {
position: relative;
}

Then i was able to do :

#social_media_youtube {
position:absolute;
left: 879px;
top: -70px;
z-index: 10;
}

and got it to line up perfect in IE.. but now in firefox its way to high up on the page. so it just back-flopped.

If i were going to make a IE specific css file how would i do that?

What do i do from here?

Thanks for the help!

ps. i also noticed that the homepage isn’t lined up right its slightly to the left.. but when you click on any other page besides the homepage it lines center. any idea how to fix that? i must be something on body css right?