Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-02-04 12:21:17
- monkeynotes
- Member
- From: UK
- Registered: 2005-04-13
- Posts: 41
Really strange anchor link problem...
I am not sure if this problem is specifically TXP related or if it is some crazy CSS problem. Either way I would appreciate any help. Basically if I click one of the permalink anchors for my comments every bit of content on the page disappears except the comment itself. I can’t for the life of me work out why this happens, I have never seen anything like it. So far the only browsers effected are FF and IE, Safari seems to be ok.
Here is a link to an article:
http://lastexit.thecivilpartnership.com/article/at-the-arcades
Click on any of the “#” anchors by the comment and see for yourself. I am not auto-appending comments, I have pretty much built all the comment views myself, I just can’t think what is causing this strange behaviour.
Also, on a side note, if you click the Textile Help link at the bottom it pops up a help page that does not actually tell you how to format your text, it just shows the different types of formatting.
Last edited by monkeynotes (2007-02-04 12:22:46)
Offline
#2 2007-02-05 09:20:45
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Really strange anchor link problem...
Yes, that is weird. It won’t be a Textpattern-specific problem, as we’re talking about markup+style and the browser’s rendering of it.
I found the source of the problem. It is this ruleset:
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3, #the2colwrapper #block_1, #the2colwrapper #block_2, #the2colwrapper #block_3
{
padding-bottom: 32767px !important;
margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */
Offline
#3 2007-02-05 09:21:40
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Really strange anchor link problem...
Oh and the other thing you asked about…
Offline
#4 2007-02-05 11:30:38
- monkeynotes
- Member
- From: UK
- Registered: 2005-04-13
- Posts: 41
Re: Really strange anchor link problem...
Thanks Mary, just this morning I started to debug the CSS and like you I found the same problem with that ruleset. I have almost fixed it, a few bugs left to iron out but nearly there. Thanks again.
Offline