Help - Search - Members - Calendar
Full Version: Cityscape Style Modification
Movable Type Community Forum > Using Movable Type > Default Stylesheets
ivorytower
Hi.

I'm modifying (gently) the header of the Chicago Cityscape style, replacing the banner.png with one of my own of the same dimensions.

Can't seem to figure out how to remove the light blue bit that appears below my graphic and above the rest of the content. Any suggestions as to what part of the style sheet to edit/correct?

URL is here:

http://www.ivory-tower.org/blog/indexmt4.html

Thanks!

Jim
OtherNiceMan
In the cityscape css file line 193 change

CODE
#header {
background:#CDF2FF url(header.jpg) no-repeat scroll left top;
border-color:#00214B;
}


to

CODE
#header {
background: url(header.jpg) no-repeat scroll left top;
border-color:#00214B;
}
sara criss
thanks for sharing such a information ......its helpful for me also
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.