Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-05-23 18:54:57
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: FF - IE problems
I edited your post to make the link clickable. It’s hard to tell without the site code to see what you have where but there are a couple of errors in the above code. Do you have an active link?
.thecontent{ colour: ffffff;}
colour should be color (and to be picky the value should be preceeded by #)
Note that .footer will cover .thecontent due to positioning (I assume how you do the overlap). You also don’t really need both visibility:hidden and display:none as they serve two different purposes and will result in different behaviours (by both browser and doctype). Add the type declaration to the first STYLE tag. Loose doctypes won’t care but it won’t validate with a strict doctype.
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#2 2006-05-25 05:24:18
- erissiva
- Member
- Registered: 2006-03-30
- Posts: 18
Re: FF - IE problems
An article that may be able to help:
http://www.mikeindustries.com/blog/archive/2006/04/hacking-myspace-layouts
He covers a lot of the different MySpace markup oddities. May be able to help in the future. Not all the usual HTML/CSS tricks work due to the crazy parsing that the site does.
Last edited by erissiva (2006-05-25 05:25:46)
zan.thri.a – personal political/philosophical blog
Offline
Pages: 1