PDA

View Full Version : eTech header problem


nerijus
19 Dec 07, 03:14
Hello,

Version: 1.2.0, phpBB Version: 3.0.0. http://forum.speleo.lt/ - the problem is, that links to login, FAQ, etc are almost invisible. The installation is default, only imageset/en/button_topic_new.gif and imageset/site_logo.gif are replaced.

Another question - how can I make a header image a background instead of a link to {SITE_LOGO_IMG}?

Thanks,
Nerijus

CyberAlien
19 Dec 07, 11:36
Edit class "navrow" in css.

For logo, set it as background for "logorow" in css and use spacer.gif for logo image.

nerijus
20 Dec 07, 03:02
For logo, set it as background for "logorow" in css and use spacer.gif for logo image.

Did it - copied theme/images/spacer.gif to imageset/site_logo.gif and
changed background in css to images/logo_top_.gif:
#logorow {
background: url(images/logo_top_.gif) top left repeat-x;
text-align: center;
padding: 0;
min-height: 76px;
}

But now I don't have logo image at all :(

CyberAlien
20 Dec 07, 12:23
Code for logo is in overall_header.html