[UPHPU] CSS and IE
Jonathan Duncan
jonathan at jkdwebmagic.com
Mon Jun 5 13:51:58 MDT 2006
On Mon, 5 Jun 2006, Brandon Stout wrote:
> This page looks the way I want it to (so far) in all browsers except IE:
>
> http://allmanrentals.com
>
> Any suggestions on how I can make it look the same in IE without using
> proprietary attributes or non-compliant xhtml strict/CSS code?
>
First off, why are you doing this:
<ul style="margin-bottom : 500px;">
Second, try putting the house image in a DIV below the list in the HTML
since that is what you want anyway. You can still put the image in the
div background.
If you are wanting the features list to be aligned in the center of the
page you can put the list in a div and try a style of "text-align:
center;" Or you could put the list in a div and set the margins on that
div to auto and give the div a specific width.
One other thing, since most of your intended audience probably will not
care if your pages validate, you might want to consider put the validation
buttons on the bottom or not using them at all.
Regards,
Jonathan
More information about the UPHPU
mailing list