This is a discussion on "IE issues with my layout, works fine in Firefox :[" within the Web Page Design section. This forum, and the thread "IE issues with my layout, works fine in Firefox :[ are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE issues with my layout, works fine in Firefox :[
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey There,
I was assigned the job of putting the site together and I built it while looking back and forth in Firefox, and now that I'm done, I checked it in Internet Explorer and of course it has issues. Here is how it is supposed to look (Firefox): ![]() and here are the errors in Internet Explorer: ![]() There is something going on that is pushing the end of the navigation bar (the star image) down a row, and also, down near the footer, the background image is being pushed down about 3 pixels. Here is the html:
Also, how do I add some padding to the right of the content div? I tried doing padding-right and it made the whole div go down a line. Also, anyone know how to make custom sidebars using images? thats up next. |
|
|
|
|||
|
Re: IE issues with my layout, works fine in Firefox :[
You are almost certainly coming up against stight differences in size/measurement interpretations in IE.
You will need to adjust the values for IE. Do this by creating a seperate style sheet, ieonly.css, and link it into your pages after the main css file using the conditional method.
|
|
|||
|
Re: IE issues with my layout, works fine in Firefox :[
hey thanks ukgeoff,
I will definitely do that, that makes it easier, to make one css file for firefox and one for IE. So I managed to get the star on the same row as the navigation buttons but there are still 3 px padding going on... ![]() I did a little bit of reading about it at this site but could not figure it out... http://www.positioniseverything.net/...reepxtest.html here is my current CSS:
|
|
|||
|
Re: IE issues with my layout, works fine in Firefox :[
In your default img definition add padding: 0; margin: 0; Should do the trick. |
|
||||
|
Re: IE issues with my layout, works fine in Firefox :[
and maybe even a border:0; for the ones within link tags. Um.. yes that would be a good thing to do.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: IE issues with my layout, works fine in Firefox :[
nopers
|
![]() |
| Tags |
| issues, layout, works, fine, firefox |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 column Page Layout works in Firefox but not IE | tupulo | Web Page Design | 3 | Feb 26th, 2008 19:58 |
| CSS Layout Issues (IE vs Firefox) | Keith | Web Page Design | 5 | Feb 11th, 2008 22:22 |
| Floating works fine in firefox but not IE ! | marSoul | Web Page Design | 13 | Dec 18th, 2007 18:37 |
| Centre column of 3 col layout problem - Works in IE but not firefox!? | audiopleb | Web Page Design | 6 | Jun 8th, 2006 16:20 |
| Margin area not tranparent in Firefox (works fine in IE6) | Breazile | Web Page Design | 2 | Nov 6th, 2005 17:09 |