I still can’t seem to find what I’m looking for. Maybe I used incorrect wording in the earlier post. Rather than scrolling the text when the browser window is resized, I want the web page to remain the same size (giving me a scroll bar at the bottom of the window). I don’t want any of the content on the page to actually resize…
This is the style I currently have set.
#menu {
font: 11px/12px verdana, trebuchet, sans-serif;
padding-right: 10px;
text-align: right;
color: #999999;
padding-bottom: 30px;
border-right: 1px dotted #999;
; clip: rect( ); width: 200px; float: left; border-color: white #ffffff black black; margin-right: 10px; border-right-width: 1px}
#content {
text-align: left;
margin-left: 205px;
margin-bottom: 60px;
padding-left: 10px;
voice-family: "\"; clip: rect( ); border-color: black #ffffff; float: left; margin-right: 20px; border-left-width: 10px}\"";
voice-family: inherit;
width: 480px;
}
body>#content {
width: 375px;
}
I have no idea why
voice-family: "\"; clip: rect( ); border-color: black #ffffff; float: left; margin-right: 20px; border-left-width: 10px}\"";
is there, nor do I know why
body>#content {
width: 375px;
}
is there…
Any help is greatly needed and appreciated.