Hello,
I have a css layout with a graphic on the right side of the navigation and there is a gap below the graphic. How can i fix that?
Here is the url :
<!-- m --><a class="postlink" href="http://members.cox.net/19kash88/sd/index.html">http://members.cox.net/19kash88/sd/index.html</a><!-- m -->
You will only see it on the PC not a mac.
Also, please tell me if the design is good and the color? Or what i need to improve?
Thanksyou have not set the height of #banner
#banner {
FLOAT: right;
BACKGROUND-IMAGE: url(graphics.jpg);
MARGIN: 0px;
BORDER-LEFT: #333 1px solid;
WIDTH: 499px;
BACKGROUND-REPEAT: no-repeat;
HEIGHT: 130px
}
add the height selector and all will be fine.
andy
I have a css layout with a graphic on the right side of the navigation and there is a gap below the graphic. How can i fix that?
Here is the url :
<!-- m --><a class="postlink" href="http://members.cox.net/19kash88/sd/index.html">http://members.cox.net/19kash88/sd/index.html</a><!-- m -->
You will only see it on the PC not a mac.
Also, please tell me if the design is good and the color? Or what i need to improve?
Thanksyou have not set the height of #banner
#banner {
FLOAT: right;
BACKGROUND-IMAGE: url(graphics.jpg);
MARGIN: 0px;
BORDER-LEFT: #333 1px solid;
WIDTH: 499px;
BACKGROUND-REPEAT: no-repeat;
HEIGHT: 130px
}
add the height selector and all will be fine.
andy