emblewembl
Programmer
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 aspanel which when rendered is a div.
Does anyone have a solution to this?
Thanks.
i love chocolate
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 aspanel which when rendered is a div.
Does anyone have a solution to this?
Thanks.
i love chocolate