Table display error in IE

Table display error in IE

Posted by: GEE
Posted on: 2008-01-24 16:33:00

Hello,
Could you have a look at this page please in IE and suggest why it displays in the way it does.

http://www.workbygee.co.uk/proofs/maisonmaison/propertyportfolio.html

The tables display one next to the other, rather than one below the other. I can't work out why?! If you could have a look at the source code and suggest anything I would be most greatful. As far as I am aware it all makes sense and on Mac Safari, Mac Firefox and PC Firefox it all looks as it should.

Thanks for your time.

gee

Re: Table display error in IE

Posted by: digitalvibe
Posted on: 2008-01-24 16:43:00

Try:

.listingstable{
margin:6px 0 0 10px;
padding:0 0 5px 0;
border-bottom:1px solid #86837B;
line-height:14px;
float:left;
clear:both;
}


Also, you're using a hell of a lot of absolute positioning... as i've said before, i'd try to avoid it unless necessary because it can cause issues when scaling, and will completely jaff the site on a PDA/mobile device.

Cheers,
Karl

web design, development & seo by DigitalVibe

Re: Table display error in IE

Posted by: GEE
Posted on: 2008-01-25 05:26:00

Karl yet again you have saved the day, many many thanks; that did the trick.
Cheers,
gee

Re: Table display error in IE

Posted by: digitalvibe
Posted on: 2008-01-25 05:28:00

smile

Cheers,
Karl

web design, development & seo by DigitalVibe

Tags: firefoxsafarisource codethanks for your time