PDA

View Full Version : Page Set-ups? (idiot alert!)


FanEvents
09-30-2002, 08:48 AM
This may be something simple to someone with a clue, but since that's not me, here goes:

I'd like to set up my page(s) so that the top and left "stay still" -- that is, like in an Excel spreadsheet, you can set it so that the top (couple of) row(s) stay in place when scrolling, and the left (couple of) column(s) stay likewise "locked."
These two pages show what I am driving at:

http://www.partypop.com/
http://www.eventplanner.com/

It looks to me like these are all independent pages set-up so that even though it's a new page, it looks exactly the same at the top and sides. Is this frames stuff? and if so, can it be done without frames?

I don't even know how to break a page into columns, so I am really in need of help. As of right now, I use Word to make my web-pages (though I've heard a lot of hooey regarding that lately). If I can do this stuff in that program, I'd like to, since I haven't *any* time or $$ to buy software/do training right now, and need to get my site up and running: Although I've been doing what I do for several years now, I haven't had a website --but now I am involved in a new development that makes having a functional site necessary and ASAP! I just don't have a clue.

Thanks! S.MAKO

Kevinnaia
12-14-2002, 01:17 PM
Take a look at DC'S Ghanja 2 Template (http://developers.evrsoft.com/forum/showthread.php?s=&threadid=767&pagenumber=1) . Maybe that's what your looking for.

HZR
12-14-2002, 03:03 PM
None of those sites navigation stayed in the same place when scrolling from what I could see. Or did I misunderstood what you meant?

To make e.g. navigation to stay in the same place when scrolling you have to use frames or some kind of script although I wouldn't recommend any of those.

Better would be with using CSS and position: fixed. Unfortunately this only works in NS6.1+, Opera 5+, IE5 mac and Konqueror as far as I know so no IE support.