explorer vs safari
- Started
- Last post
- 9 Responses
- dddan
any idea why this looks different in safari?
how to fix it?
http://www.lineaoro2000.it/gioie…
- fifty500
Your "Layer1" DIV tag seems to be defined twice. That might be a good start.
- seed0
Be more specific
- fifty500
Okay. At the top of the page, you define the DIV tag "layer 1" with certain attributes. Later on in the HTML, you introduce the DIV tag but with different attributes. This discrepancy was the first thing I noticed... and the only because I stopped looking after I saw that.
- heavyt0
a. what version of explorer?
b. different how?TR1
- heavyt0
fifty50, that shouldnt cause any problems. It is just evidence of poor coding. Apparently, dreamweaver cant do everything :)
TR1
- dddan0
sorry it took me a while to answer, this is what i mean (scroll down)
http://www.dddesign.org/temp/for…
- blaw0
any time you find yourself using the tag 'rowspan', consider it a mistake.
since you are using a tables-based layout for this, use separate tables for your nav and your body area.
- jah_0
happens the same thing in firefox...
it's the < h3 > tags... remove them...
J
- dddan0
fantastic JAH
it works!
thanks
DAN