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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Firefox scrolling div problem

Status
Not open for further replies.

emblewembl

Programmer
May 16, 2002
171
GB
I've built a basic page for viewing photographs which includes a div containing all of the thumbnails - the div is fixed width and a horizontal scroll bar is used to view all the thumbnails. The div references a css class which contains the property:

overflow:auto;

.... to show scroll bars.

This works fine in IE but doesn't work at all in Firefox and I don't know why. The page is developed in c#, asp.net and the div is actually an asp:panel which when rendered is a div.

Does anyone have a solution to this?

Thanks.

i love chocolate
 
Suggest you post a link to your page - or generate a minimal test page that shows this happenening... and post the client-side "view source" (between [cod[!][/!]e][/code] tags).

Please make sure your page is using a doctype... and that it validates against this doctype.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top