|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Thanks for the help so far. I have gotten the page to display correctly in Firefox, but it looks terrible in IE. I applied the hack for all areas where I have used padding, but it didn't make it look any better.
|
|
#17
|
|||
|
|||
|
I might have a few minutes to look at the code more closely this weekend. Since I don't run Windows at home, I can't see what the problems are in IE. Do you think you could post a screenshot so I have a reference?
I'll try my best to find some time to look it over... I'm sure we can get to the bottom of this :-) cheers |
|
#18
|
||||
|
||||
|
After going on about the block element next to a float not needing a width, IE goes and makes me eat my words. Normally IE exhibits really nasty behavior when a width is given. This time, I had to specify it. I think (s.w.a.g.) it may be due to a float's sibling having a nested float.
I made some small changes to the html and cleaned up (redacted to my style) and removed some redundancies from the css. I did get IE to closely match Moz. enjoy, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. |
|
#19
|
|||
|
|||
|
Thanks kk5st for doing that. However I'm still having a few problems. (I had more, but I've solved them.) I've uploaded the most recent version.
I have attached images showing the problems in both IE and Mozilla Firefox. |
|
#20
|
||||
|
||||
|
Quote:
For the border at the bottom, I probably killed that when cleaning the code. I removed empty divs, then removed style rules where there was no corresponding html. Try this: Code:
<div style="text-align: center; clear: both; border-top: 1px solid #ededec;">
…
</div>
cheers, gary |
|
#21
|
|||
|
|||
|
With some creative thinking, I solved the margins for the navigation. Since it works with Mozilla and not IE, I applied the Tank hack (box model hack) without adding an escape line. Now I can finally add some more visual effects.
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Doctypes and CSS alignment problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|