Winterworks
03-02-2009, 11:21 PM
/* Search Box */
.search-top {
background: #efefef url('images/search-top.png') repeat-x;
height: 20px;
width: 100%;
}
Right now, it's like 10px from the top of the web page, and 10px away from the right, and left side. I want it so it's at the exact top of the page, and exact left, and goes all the way to the right (it repeats).
How can I do this in CSS?
Sorry, hard to explain. If you need a screenshot to better explain, I'll get you one, just ask.
.search-top {
background: #efefef url('images/search-top.png') repeat-x;
height: 20px;
width: 100%;
}
Right now, it's like 10px from the top of the web page, and 10px away from the right, and left side. I want it so it's at the exact top of the page, and exact left, and goes all the way to the right (it repeats).
How can I do this in CSS?
Sorry, hard to explain. If you need a screenshot to better explain, I'll get you one, just ask.