Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrolling issues when using JavaScript include

Status
Not open for further replies.

DarrenPower

IS-IT--Management
Nov 1, 2001
56
GB
Works fine for me in Safari 3 with MacOSX.

Any ideas?
Just get rid of the js that is causing the problem. By it's name I guess it attempts to maintain a column layout - which can be achieved 100% using CSS.

You could add a margin-bottom of 20 or 30 pixels (or padding-bottom) so that it wouldn't matter (until you can rework the site not to need the js file).

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Hi Jeff,

I appreciate your response.

Were I to add padding or margins to the bottom of that column, then the MainContent area, and the content within, would need to remain the same height throughout the site, or the columns wouldn't match. The reason I chose this solution is it appears to be a neat fix for layout regardless of the amount of text in the MainContent area.

If there's no way around this then I'll have remove it and rethink the layout.

Kind regards,

Darren.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top