Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-10-01 19:25:30

falsolopez
New Member
Registered: 2007-10-01
Posts: 3

scrollbar problem

Hi,
I am finishing the design of my website and I realized I have a problem with the scrollbar…
its seems to go down even when the website has reached the footer…
Someone told me it could be the a JS problem or something like that, but I am note sure how to find the error or fix it.
can someone help?
the website is here:
www.mlarino.com/web2

Thanks!

Offline

#2 2007-10-01 20:14:43

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: scrollbar problem

I was the one who said that problem is with JavaScript. And it still is.

Without mootools.js & slimbox.css site works perfectly. The problem comes with the styling of those. I will look into it, and other bugs that the site contains ;)

Cheers!

Last edited by Gocom (2007-10-01 20:48:35)

Offline

#3 2007-10-01 20:46:16

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: scrollbar problem

Found the bug. It’s inside the stylesheed named slimbox.css. Fix it by changing #lbOverlay by, removing height: 100%;-attribute or by adding top: 0; and margin: 0; to it. Like:

#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; /* Or remove height - you can wrap this inside position: relative; so it would stick in place even when using top:0; */
	margin: 0;
	cursor: pointer;
	background: #171717 url(http://www.mlarino.com/web2/images/44.gif) no-repeat right top;
	}

PS. The site contains unclosed tags (in the metadata).

Cheers!

Last edited by Gocom (2007-10-01 20:49:52)

Offline

#4 2007-10-01 21:55:03

falsolopez
New Member
Registered: 2007-10-01
Posts: 3

Re: scrollbar problem

Thank You so much Jukka!
You saved the day!
PS: Could you point out the unclosed tags? :)

Offline

#5 2007-10-01 23:11:35

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: scrollbar problem

As I said: The site contains unclosed tags (in the metadata)

<meta name="Copyright" content="copyright 2007 Manuel Larino" />
<meta name="keywords" content="" />
<meta name="services" content="" />

Cheers!

Offline

#6 2007-10-02 06:18:45

falsolopez
New Member
Registered: 2007-10-01
Posts: 3

Re: scrollbar problem

Thanks again!!
I think i fixed everything now.
All this is new to me…

Offline

Board footer

Powered by FluxBB