CSS help
CSS help
Out of context: Reply #4
- Started
- Last post
- 14 Responses
- Stugoo0
Im not sure what your asking but its been a heavy weekend.
so if I'm reading this right:
massive image on the background, with a link in the center of the page that is say/
put a background: center; on the item with the background image.
then position the link in the center of the page by using
a:link, a:visited, a:active { height: 600px;
width: 900px;
left: 50%;
top: 50%;
position: absolute;
margin-left: -450px;
margin-top: -300px;
padding: 0;
z-index:0;
}
a:hover {border : 1px solid #ff0; }does that help?