PDA

View Full Version : [RESOLVED] IE7 Issue


cono1616
03-09-2009, 02:16 PM
I have set up a site at http://cm-productions.co.uk

however when viewing it in IE 7 the content area is very low, this should not and does not occur in firefox or Safari.

Heres My CSS (http://cm-productions.co.uk/templates/ueniversal/css/template.css)

Thanks for your help,

Connor

bowrider
03-09-2009, 03:58 PM
for some reason I can't view your html source so this is just a guess, the content is set at 99% width. (see below). Try defining a fixed width and make sure it is less than the total area left.
#content {
width: 99%;
border: 1px solid #CCC;
padding: 3px;
}

cono1616
03-10-2009, 01:40 PM
Thank you so much! This worked!