I cannot understand this???

L

L.W.C. Nirosh

Hi All,

I just need to develop a site that allow scrolling different part of the
page seperately, the required template is a one to one map of this

http://msdn2.microsoft.com/en-us/library/aa581778.aspx

Just like this I want my page to be devided into three section, where top
part is static, while left pane is having a set of navigation links, which
will change as user navigate, the right side of the page is where it display
the actual content.

I have to develop this site using ASP.Net 2.0 and I am not willing to use
frames for this.. I guess MicroSoft has done this using DIVs. Can any one
give me a hint to do this...

Thanks,
Nirosh.
 
G

Guest

Hi,

I'm in a bit of a rush, so this is my best advice
find a site (and there are plenty) that explain to you how to do either
fixed or liquid layouts in CSS

check out
www.mollio.org
and
www.oswd.org (for open source web designs)

then have a look at this page
http://www.w3schools.com/css/pr_pos_overflow.asp

this will allow you to do the scrolling within a <div> rather than within a
frame.

you are of course right to hate frames as they are the devil's own
invention, so stick with the mighty <div> tag
Regards,

CharlesA
 
L

L.W.C. Nirosh

No no..

Thanks for the hint, but how they have disable the browser scrolling.. the
browser scroll is not there .. is it another java script

Nirosh
 
B

Bryce

L.W.C. Nirosh said:
No no..

Thanks for the hint, but how they have disable the browser scrolling.. the
browser scroll is not there .. is it another java script

use the overflow property, but use auto instead of scroll. It will only
show scroll bar if the content scrolls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top