Click to See Complete Forum and Search --> : DIV table - cant get it working in IE


duffman87
10-08-2009, 09:56 AM
Hi,
I have made a DIV table which is located at: http://ukmotorhometrader.co.uk/cssprob/test.htm

the problem i am having with this is i cant get it to work in Internet explorer.

The aim of it is to not use a fixed height, i want the box to be dynamic, like i have done and its working fine in firefox, but in IE, the middle part of the table goes out of place. I've looked into this and cant come up with a solution.

Im not great at CSS but please can you take a look and point me in the right direction.

Thanks

cbVision
10-08-2009, 12:54 PM
I notice a lot of css table properties in your code. Example: display: table-row. Internet explorer doesn't support these properties. You can find more info here:
http://www.w3schools.com/css/pr_class_display.asp

duffman87
10-09-2009, 05:49 AM
Thanks for your help

ive now removed the table properties and have this working for both IE and firefox, but the only problem i have now, is i have to give the div container a fixed height where as i would like it to resize automatically. If i do not the side bars do not expand themselves. I can cope with giving the boxes as a fixed size but it will be allot less hassle having to do this.

Thanks

cbVision
10-09-2009, 08:31 AM
You'll want to do some research on creating CSS rounded corner boxes. Try googling for "CSS rounded corners" or check out this link for the all expandable box:
http://css-tricks.com/the-all-expandable-box/

duffman87
10-12-2009, 04:50 AM
Thanks allot! this is perfect! :)