CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
seems positioning top not being recognized by IE
Lauren Bilanko
Permalink to comment
#
April 2009
Hi,
I have got this site working great on firefox both (mac and pc) and safari, but in IE all the text navigation is higher than it should be.
I tried to do:
{top: 108px!important;
top: 128px;}
..but that didn't work. Any suggestions?
http://www.bilanko.com/odylfarm/
thanks,
Lauren
TheDoc
Permalink to comment
#
April 2009
The div has to be positioned (absolute, fixed, relative) for top/left/right/bottom positioning to work.
creativeideas
Permalink to comment
#
April 2009
hi you take your link in p tag p tag used it margin and padding.....
just use margin 0 for p tag
Add a Comment
I have got this site working great on firefox both (mac and pc) and safari, but in IE all the text navigation is higher than it should be.
I tried to do:
{top: 108px!important;
top: 128px;}
..but that didn't work. Any suggestions?
http://www.bilanko.com/odylfarm/
thanks,
Lauren
just use margin 0 for p tag