CSS - what crap!!
CSS - what crap!!
Out of context: Reply #47
- Started
- Last post
- 81 Responses
- mg330
I'll tell you what I'm eager to learn at the Meyer seminar: Need to know if my single CSS page that is 374 lines long can be whitled down a bit more. That's been much of the trial and error part.
It's only 7K in size, and much of the length is because of the navigation layout.
The code below is repeated for 9 buttons total.a.homebutton {
position: absolute;
top:69px;
left:0px;
background:url("images/navigatio... no-repeat;
width: 58px;
height:17px;
padding: 0px 0px;
border:1px solid #333333;
}a.homebutton:hover {
background:url("images/navigatio... no-repeat;
border-color: #333333;
}