Problem With Header Logo

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Problem With Header Logo

Post by Lothar »

With my blog at http://blog.telmarkt.de I just found a problem with the header logo. When you go the start page you see the logo in the header on the left side. When you click on the left arrow in the calendar the page is displayed correctly but logo disappears. The link with the logo is still active. I cannot found the reason. I tested the effect with Firefox and Opera.

I derived my theme from another one which you can see when you go to the admin start page - cause I did not alter the admin pages till now.

Lothar Geyer
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

Right now the location of the image is ../templates/TelMarkt/img/Logodark_300x70.jpg

what should work is
/templates/TelMarkt/img/Logodark_300x70.jpg

The code might not look exactly like this in the template, but the two periods should be in there. Just get rid of them and it should resolve the problem.
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

It's OK now. Thank you.

Another question: using Opera readers can define there own color schema. This affects the borders of checkboxes and input boxes. Is there a way to override the color schema of the reader?

Lothar Geyer
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
Another question: using Opera readers can define there own color schema. This affects the borders of checkboxes and input boxes. Is there a way to override the color schema of the reader?
Have you tried using the !important CSS selector in your stylesheet?

On the other hand: If it were possible to override it, a browser-based color schema wouldn't make much sense, would it? :-D

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

Have you tried using the !important CSS selector in your stylesheet?
No, I didn't. I will test it.
On the other hand: If it were possible to override it, a browser-based color schema wouldn't make much sense, would it?
I think the color schema should affect the layout of the browser, not the layout of the pages displayed.

Lothar Geyer
Post Reply