Hi There
I need to increse the height of the header section which I have done in the css menu. But the images only still show hlaf way. How do I make sure the height is increase and the content must view with the increase height.
I changed this in the css file. This section height does increase but the images still gets cut half way. There must be another place that i have to change the height to 400px
/* BANNER
——————————————————— */
#ja-topstory {
margin: 10px auto;
}
#ja-banner {
float: right;
width: 78%;
overflow: hidden;
border-bottom: 5px solid #3F89C3;
height: 400px;
background: url(../images/gonow/dbc.jpg) top left no-repeat;
Please help
Thanks in advance