|
Posted by Nate12o6 on 03/01/07 17:57
On Mar 1, 11:21 am, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> Nate12o6 wrote:
> > Im having a little trouble getting something to render the same in FF
> > and IE.
>
> > Here is a link to the problem page:
>
> >http://70.154.152.139/custSelect.php
>
> > FF renders it perfectly but IE will not layer the loading divs on top
> > of the client list.
> > Anyone know how to fix this?
>
> First you need to fix your markup:
>
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2F70.154.152.1...
> Result forhttp://70.154.152.139/custSelect.php- W3C Markup Validator
>
> Even before running the validator I noticed stuff like this:
>
> <span style="position: relative; top: 35%; text-align:center; font-size:
> 3em; font-weight: bold;">
> <p><center>Select Customer</center></p>
> </span>
>
> SPAN is an inline element cannot contain a block element like P, and
> CENTER, well...
>
> On a design note: making text go 'bold' on rollovers can cause
> layout-jump such as yours. It looks really bad. If you insist on doing
> it you must take care on the sizing of the containing element to
> accommodate the text change without resizing...
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
Thanks for you help jonathan, I got it to validate, but IE still does
not like it. Any other ideas?
Navigation:
[Reply to this message]
|