Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Ezilon Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 10-19-2003, 02:10 PM   #1 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Fixed content (non-scrolling header)

It's often helpful to have the header, footer and menu always visible on the screen.

Without using iframes, it is possible to make ordinary <div> layers scroll.
There is also a CSS property position:fixed; but IE doesn't recognise it.

I have made a test page that I would like you all to try in your browser, so that we can get an idea of when it works.

http://www.jrd.barrysworld.net/test/fixed_header1.html

It was not a simple task due to the differences in IE6 and MozillaFirebird in which I tested it.
It made it this far by trial and error and a crude knowledge of tricks used in CSS to make things work cross-browser.

It should be centered horizontally.
Here is how it should look (size reduced):

Please report results by replying with you OS and browser version.

[No point in replying if it's already been tested in the same browser/os combination as yours and they had the same results.]
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 10-19-2003, 02:11 PM   #2 (permalink)
JohnScott's Lovechild
 
Join Date: 10-12-03
Posts: 10,023
iTrader: 0 / 0%
Latest Blog:
None

Brian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest order
Mozilla/XP Pro.. looks good.

(fixed position is one of my favorite css attributes! )
Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:15 PM   #3 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Good.
check the css it's using the overflow:auto;
do you know of any newer versions of IE suporting position:fixed; - perhaps when a perticular DocType is set or an <?xml?> declaration is or is not made?
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:16 PM   #4 (permalink)
JohnScott's Lovechild
 
Join Date: 10-12-03
Posts: 10,023
iTrader: 0 / 0%
Latest Blog:
None

Brian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest order
Last I heard from 2 xhtml and css gurus, IE doesn't support it at all.
Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:18 PM   #5 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
thoght as much
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:19 PM   #6 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
I think the best use of overflow:auto is gonna be when used inside an absolutely positioned layout.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:22 PM   #7 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
looks good in IE6 Mozilla 1.4

but really strange in Opera, there is 3 ???? 3 scrollbars
http://www.cybernation.dk/fun/opera_lazyjim.gif
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:28 PM   #8 (permalink)
Inactive
 
Join Date: 10-13-03
Location: CA, USA
Posts: 94
iTrader: 0 / 0%
Latest Blog:
None

Suspicious is liked by many
Send a message via AIM to Suspicious
*scratches head* why are we discussing this out of the blue? o.O I've used the overflow property for like 2 years now in my pages (of course, I've never tested it in Mozilla, it's always worked for IE though).
Suspicious is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:46 PM   #9 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Suspicious - that's exactly the problem - you havn't tested them in diffrent browsers.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 02:50 PM   #10 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Ricoool - thanks for exposing that problem.

Looks like the differences in the box-model in IE and Mozilla that I managed to work around are still causeing trouble in Opera.

If the middle box section gets too big, (like when you shrink you window really small), you should only get ONE additional set of scroll bars.

Ricoool - what happenes if you change the text-size down a step in vthe view menu? (assuming you have that option).
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 03:03 PM   #11 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
dont think it has that option, but i can zoom in and out (20-1000%) on the page, if i zoom out so that the "box" dosent go below the browser window then one of the scrollbars on the left disaper

get it here ---> http://www.opera.com/ it is only 3.2 MB if you go fore the non java ver. and this browser is FAST
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-19-2003, 04:03 PM   #12 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Ok I'll get it, (later though), even if I find don't like it I can use it for testing.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Horiztonal Scrolling Not Working - Help allreal Web Design Lobby 3 04-12-2007 10:12 AM
scrolling blogroll Julie Blogging Forum 2 03-30-2006 08:25 AM
Frames and scrolling gump2773 Coding Forum 6 02-04-2006 03:12 PM
making that scrolling ticker box digitman Coding Forum 3 12-01-2004 07:30 AM
Scrolling Marquee Tag sem4u SEO Forum 28 09-06-2004 10:07 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:23 PM.
© Copyright 2008 V7 Inc