Div - Annoying Space in IE7

Status
Not open for further replies.

jjpeacha

New Member
Messages
125
Reaction score
0
Points
0
Hiya,

well I am re-designing my site and its going really well, however I can't seem to get rid of the space between my content header and my nav spacer in IE. It isn't there in safari and firefox so I don't understand why it is in IE.

CSS
Code:
body {
background-color : #33261e;
background-image : url(images/bg.jpg);
background-repeat : repeat-x;
margin : 0;
}
body, td, th {
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
a:link {
color : #000000;
}
a:visited {
color : #333333;
}
a:hover {
color : #02b7d9;
}
a:active {
color : #02b7d9;
}
#wrapper {
width : 1000px;
margin-left : auto;
margin-right : auto;
text-align : left;
}
#header {
width : 1000px;
height : 173px;
}
#header_spacer {
width : 1000px;
height : 30px;
}
#navigation {
width : 1000px;
height : 47px;
}
#navigation img {
border : 0;
}
#content_spacer {
width : 1000px;
height : 43px;
}
#center {
width : 832px;
margin-left : auto;
margin-right : auto;
}
#content_main {
background-image: url(images/text-bg.jpg);
width: 800px;
margin-left:auto;
margin-right:auto;
padding: 1px;
}
#content_top {
width : 832px;
height : 14px;
}
#phpinclude {
width : 780px;
margin-left:15px;
margin-right:15px;
text-align : left;
font-family : Verdana, arial, sans-serif;
font-size : 12px;
color : #000000;
}
#content_foot {
width : 832px;
height : 25px;
}
div.c1 {
text-align : center;
}

Cus I dont seem to be allowed to type all of the code here, just go to my site (www.jc-studios.co.uk) and view the source. Sorry.
 
Last edited:

ASPX.King

New Member
Messages
155
Reaction score
0
Points
0
cool, if everything's fixed you might want to close this... or is that only for support requests?
 
Last edited:

jjpeacha

New Member
Messages
125
Reaction score
0
Points
0
Lol, i did look for the option to close the thread with my last post but I just cant find it. Can anybody help?
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Thread will be closed for you :) Have a nice day.
 

LHVWB

New Member
Messages
1,308
Reaction score
0
Points
0
Lol, i did look for the option to close the thread with my last post but I just cant find it. Can anybody help?

Just as a reference, there should be a "close thread" option under the "Thread Tools" popup at the top of the thread. If you can't find this then please PM me and I will try and get one of the admin to fix this problem.
 
Status
Not open for further replies.
Top