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

Page Frame

Status
Not open for further replies.

Erics44

Programmer
Oct 7, 2004
133
GB
Hi
I am just starting with Visual Studio and ASP.net using VB. I am reasonably competent at programming in VB but unsure of the ASP .net side at the moment and have no experience of HTML.

I want a menu down the left hand side of my page (similar to this page) and a banner along the top and i want them to be fixed so I can scroll through the main part of the page and the menu and banner dont move. I have no idea where to get started with this and wondered if anyone could help.

Thanks in advance
 
Thanks for the advice, I shall look now.

I have worked out how to create a banner using a user control although it is not fixed. is it easier to add a menu down the left hand side of the page if it is not fixed? i.e. scrolls with the rest of the page?

Thanks again
 
>>is it easier to add a menu down the left hand side of the page if it is not fixed?

nope, the scroll is just 20% of the code, the rest is the menu building part...

Known is handfull, Unknown is worldfull
 
You don't have to use JavaScript for this as you could just use CSS. Most modern browsers that fully support CSS make it quite easy for you anyway (you can just use "position:fixed") but some browsers (such as IE) don't support it so there are some workarounds. See faq215-6195 as an example.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top