Recent Topics

1 Nov 24, 2006 07:36    

I just upgraded to 1.8.5, and while working with my skin - i've noticed the following.

When I click on any link with a "#" bookmark, my browser goes to the given bookmark (*e.g. "Read more" or "Comments") but - it hides the preceding "top" of that page so that I cannot scroll up. I must click on "back" or refresh to view the entire page.

Thoughts? For a demo: [url=http://www.thechristianalert.org/blog/index.php/TheBlog/2006/11/15/p220#more220]Click Here[/url]

I'm hoping it is something easy I can fix in my CSS.

Thanks.

Edgar.

2 Nov 24, 2006 20:17

Very weird. I took a quick look through the various JavaScripts that you employ on the page, but I didn't see anything that was looking at the hash (#foo) value of the URL and reacting to it. It is definitely due to some javascript though - if you view source the whole of the page is available and if you just disable CSS you can see everything too. Try disabling one script at a time until it stops (either by removing it from your skin, disabling the plugin, or using a script blocker like NoScript for Firefox.)

3 Nov 25, 2006 02:09

I found these lines in my CSS (which I got from http://www.oswd.org)

/*** Correction for non-IE browsers ***/
#wrap {
overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/* float: left; */
float: none;
}

I don't know what these mean but I remove them and now I don't see the problem.

Thanks for helping. It was really annoying. I tested with IE 6 & Firefox 1.5...skin looks good now...


Form is loading...