How to change banner's wide in css? Thanks.
-
Hi folks,
Here is my site
If you use firebug, you can see the banner’s width is not correct, I want to adjust it to 1200px. Using Firebug you can see two #header_img_link, it seems although I changed in the later, but it was override by the first one.
All I need is to make the banner image same width as the content area which I set as 1200px.
Thanks.
#header_img_link {
height: 198px;
width: 960px;
}
/agentdemo/test/ (line 24)
#header_img_link {
display: block;
height: 120px;
position: absolute;
text-decoration: none;
width: 1200px;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to change banner's wide in css? Thanks.’ is closed to new replies.