Spinethetic
12-16-2005, 09:53 PM
HTML File: http://www.geocities.com/spinethetic3/ibiyb/index.htm
Relevant CSS file: http://www.geocities.com/spinethetic3/ibiyb/index_files/styles.css
I am having what would, I would think, be a simple sizing problem for the main cont DIV.
.main {
margin: 0px;
padding: 8px 10px 10px 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: left;
background-color: #FAFFFF;
background-repeat: no-repeat;
vertical-align: top;
height: 100%;
width: 560px;
}
As can be seen in the HTML page ".main" content extends about 10 pixels wider than I want it because I want it to line up even with the header/nav and the footer. But simply changing the 'width' rule isnt working! :eek: :confused: This is probably just some simple little problem that I am overlooking isnt it? :rolleyes:
Relevant CSS file: http://www.geocities.com/spinethetic3/ibiyb/index_files/styles.css
I am having what would, I would think, be a simple sizing problem for the main cont DIV.
.main {
margin: 0px;
padding: 8px 10px 10px 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: left;
background-color: #FAFFFF;
background-repeat: no-repeat;
vertical-align: top;
height: 100%;
width: 560px;
}
As can be seen in the HTML page ".main" content extends about 10 pixels wider than I want it because I want it to line up even with the header/nav and the footer. But simply changing the 'width' rule isnt working! :eek: :confused: This is probably just some simple little problem that I am overlooking isnt it? :rolleyes: