Robert_R
12-20-2002, 09:50 PM
Hello everyone! My first post! :) I need some CSS help. Please check out my website at www.bobbyrags.com
Now the site views great at 1024x768. But, at a lower resolution, at least to me, the wording seems smushed.
Here's my CSS code:
A:link {color:orange;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:yellow;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {margin: 10px 10px 10px 200px;}
BODY {background-image: url("http://www.bobbyrags.com/Images/gray_fabric.gif"); background-repeat: repeat-y; font-family:verdana;}
p.margin {margin-left: 200px;}
p.margin {margin-right: 200px;}
UL LI {list-style-type: disc; margin-left: 100px;}
I eagerly await your suggestions/comments! :)
Thanks!
Now the site views great at 1024x768. But, at a lower resolution, at least to me, the wording seems smushed.
Here's my CSS code:
A:link {color:orange;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:yellow;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {margin: 10px 10px 10px 200px;}
BODY {background-image: url("http://www.bobbyrags.com/Images/gray_fabric.gif"); background-repeat: repeat-y; font-family:verdana;}
p.margin {margin-left: 200px;}
p.margin {margin-right: 200px;}
UL LI {list-style-type: disc; margin-left: 100px;}
I eagerly await your suggestions/comments! :)
Thanks!