Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-05-26 12:58:01
- thomasemery
- New Member
- Registered: 2008-05-18
- Posts: 4
Small CSS display difference in Firefox and IE driving me crazy!
I am creating a new utility bar for a new textpattern driven site atm which will display links to all of my sections along with a seach bar. I am able to get this design working perfectly in either Firefox OR Internet explorer but never both at the same time. There is always some sort of overflow caused through the navigation or the search. For example, right now in Internet Explorer, there is a black line underneath the navigation links.
An example currently resides here
EDIT: Whoops, wrong link.
Last edited by thomasemery (2008-05-26 17:30:56)
Offline
Offline
#3 2008-05-26 16:46:10
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: Small CSS display difference in Firefox and IE driving me crazy!
My suggestion is to always code for firefox first.
Then you can create specific rules for ie in another css file called with a conditional comment
Offline
#4 2008-05-26 22:27:20
- thomasemery
- New Member
- Registered: 2008-05-18
- Posts: 4
Re: Small CSS display difference in Firefox and IE driving me crazy!
I think it is the padding applied to #navigation ul li a which is causing the overflow
However, removing it also takes away how I would like the navigation bar to appear.
Offline