This is me first venture into css. Before I was used to using tables to set my spliced images. I'm trying to possition 14 or so images together (5 on top and 9 below). The first row is fine, but once I try and set the second row, it becomes offset. Even moreso when I resize the text in IE 6. Perhaps someone could look at the code and my site to tell me what I'm doing wrong. Much appreciated to all responses.
Here's the code so far:
a:link {
background-color : #000000;
color : #99ff00;
text-decoration : none;
}
a:hover {
background-color : #000000;
color : #ff9900;
text-decoration : none;
}
body, td {
background-color : #000000;
color : #cccccc;
font-family : Verdana, Helvetica, Arial, sans-serif;
font-size : 0.9em;
margin : 0px;
padding : 0px;
text-align : justify;
}
h1 {
background-color : #000000;
color : #cccccc;
font-family : Verdana, Helvetica, Arial, sans-serif;
font-size : 1.4em;
font-weight : bold;
text-align : left;
}
h2 {
background-color : #000000;
color : #cccccc;
font-family : Verdana, Helvetica, Arial, sans-serif;
font-size : 1.3em;
font-weight : bold;
text-align : left;
}
#nav1 {
float : left;
margin : 0px;
padding : 0px;
position : fixed;
width : 175px;
}
#nav2 {
float : left;
margin : 0px;
padding : 0px;
position : fixed;
width : 176px;
}
#nav3 {
float : left;
margin : 0px;
padding : 0px;
position : fixed;
width : 47px;
}
#nav4 {
float : left;
margin : 0px;
padding : 0px;
position : fixed;
width : 329px;
}
#nav5 {
float : left;
margin : 0px;
padding : 0px;
position : fixed;
width : 41px;
}
#nav6 {
float : left;
left : 0px;
margin : 0px;
padding : 0px;
position : fixed;
top : 60px;
width : 175px;
}
And my site so far: www.casualimp.com




Bookmarks