http://www.quigleyso...nthly_Recipe.html
looks fine in safari, horked in firefox (headers misaligned) I think the cssdammit is horked any ideas? She is a graphic designer, not web design and is using iweb
SIL needs help in web stuff
http://www.quigleyso...nthly_Recipe.html
looks fine in safari, horked in firefox (headers misaligned) I think the cssdammit is horked any ideas? She is a graphic designer, not web design and is using iweb |
|
Start with semantic markup (better names)
id3 ... id4 ... id5
Makes it really hard to read the HTML and understand what it's supposed to be doing. Then reconsider any absolute positioning. That's how you get overlaps. --
Drew |
|
Re: SIL needs help in web stuff
Looks fine in FF on OSX here......
-Mike
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759 Historical Review of Pennsylvania |
|
horked here FF 3.0.10 OSX 10.5.6
|
|
Hmmm. I'm on 2.0.0.20
3.0 does funky-ass things when I'm using a local certificate to do stuff on my development machine, so I can't use it.
-Mike
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759 Historical Review of Pennsylvania |
|
Re: SIL needs help in web stuff
Replace div ID3 with this:
<div id="id3" style="height: 77px; left: 36px; position: absolute; top: 14px; width: 515px; z-index: 1;" class="style_SkipStroke_1"><div class="style_1"><p style="padding-bottom: 0pt; padding-top: 0pt;" class="paragraph_style_2"><span style="line-height: 77px;" class="style_2">Quigleys</span><span style="line-height: 77px;" class="style_3">Online.</span><span style="line-height: 29px;" class="style_4">com</span></p></div> </div> Assuming your seeing the same problem I am, that should fix it. The key part that was throwing it off was style="overflow: visible; position: relative;" but I also removed some junk formatting that did nothing. Jay |
|
Thanks Jay, that nailed it
|
|
Not quite --
OK in latest Safari.
On FFox 3.010: Big 'Quigleys Online' header over/under-lays the 'Welcome etc.' text. via latest Leopard, recently updated etc. |