deronsizemore
06-07-2006, 09:58 AM
Okay, well this is my attemed at a fixed width layout (since the fluid was causing me a migraine) Two issues with this layout.
http://www.deronsizemore.com/test/index.html
1: The #secondary div background (green gradient) doesn't span 100% width of the viewing area. I don't understand this becuase I never even changed that code at all from the fluid layout. Just simply changed all the % to px, so I don't know what's messing with that.
2. In I.E. the navigation which is suppose to be on the right side, falls below the #left-content. I assumed it was a padding issue but removed the padding from all divs and still happened. It shouldn't be a padding issue as I've got the padding attributes inside a second div, so the padding is not added to the parent div, therefore getting around the broken box model (I think) I've checked all my widths and they add up to 760 like they should which should still make the layout fine at 800x600 in IE.
Sometimes :crash:. I just wish IE would remove their heads from their arses, and fix what needs to be fixed with their browser. I'm sure they get tired of hearing their products are inferior to Mozilla, etc... so FLIPPING FIX IT! IE 7 better be better or I'm going to lose it. :D
UPDATE: Well I fixed the background of #secondary not spanning 100% width. Seems I left out a "</div>". Just took me two days to notice.
http://www.deronsizemore.com/test/index.html
1: The #secondary div background (green gradient) doesn't span 100% width of the viewing area. I don't understand this becuase I never even changed that code at all from the fluid layout. Just simply changed all the % to px, so I don't know what's messing with that.
2. In I.E. the navigation which is suppose to be on the right side, falls below the #left-content. I assumed it was a padding issue but removed the padding from all divs and still happened. It shouldn't be a padding issue as I've got the padding attributes inside a second div, so the padding is not added to the parent div, therefore getting around the broken box model (I think) I've checked all my widths and they add up to 760 like they should which should still make the layout fine at 800x600 in IE.
Sometimes :crash:. I just wish IE would remove their heads from their arses, and fix what needs to be fixed with their browser. I'm sure they get tired of hearing their products are inferior to Mozilla, etc... so FLIPPING FIX IT! IE 7 better be better or I'm going to lose it. :D
UPDATE: Well I fixed the background of #secondary not spanning 100% width. Seems I left out a "</div>". Just took me two days to notice.