I have a document that is layed out in divs with ids and classes. There
can be N divs of class "other" but only one div with id ="main". Only
the div with id "main" should be visible.
I want to be able to programatically select the visible portion of the
document, by clicking a link at the bottom of the document. So for
example, the links at the bottom of the page will show "Page1", "Page2" etc.
Does anyone have an example that shows how I may do this?
can be N divs of class "other" but only one div with id ="main". Only
the div with id "main" should be visible.
I want to be able to programatically select the visible portion of the
document, by clicking a link at the bottom of the document. So for
example, the links at the bottom of the page will show "Page1", "Page2" etc.
Does anyone have an example that shows how I may do this?
Comment