content width in css
Hi,
I am trying to widen the main table and so i modified some code (shown below) and the navigation is now more narrow and the table is a little wider but the table is not connected (placed against) the right navigation menu anymore. I reduced the width of the right nav. menu by 67px and increased the content right by 67px BUT somehow there is a gap now between the menu and the table. Please help if you can. Thank you.
Joanna
Running 4.1.5 temp. = deepsea
file: deepsea/style.css
#content_left {
background-color: #FFFFFF;
float: left;
/* modified width from 207 to 140 J090828-7 */
width: 140px;
}
#content_right {
float: left;
padding-left: 35px;
padding-top: 25px;
background: url(images/sidebar.jpg) repeat-x;
/* modified width from 718 to 785 J090828-8 */
width: 785px;
}
/* @end */
/* @group Left Side */
#left_nav {
margin-top: 30px;
}
#left_navigation {
float: left;
/* modified width from 207 to 140 J090828-6 */ width: 140px;
background: url(images/nav_bg.jpg) no-repeat;
height: 494px;
}
|