Page 1 of 1
Problem With Header Logo
Posted: Tue Oct 09, 2007 6:17 pm
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
Posted: Tue Oct 09, 2007 6:31 pm
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.
Posted: Tue Oct 09, 2007 8:50 pm
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
Posted: Wed Oct 10, 2007 10:51 am
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?
Regards,
Garvin
Posted: Wed Oct 10, 2007 11:57 am
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