Reply LinkBack Thread Tools Search this Thread
Old 09-05-2005, 09:36   #1 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Float something from the bottom?!

Between my genius boss and genius clients an idea has been formed to float a menu (dynamic) that could be of various heights, from the bottom of a page.

Any ideas?

At the moment I'm thinking absolute positioned with bottom: 5px or summat, anyone?
  Reply With Quote
Old 09-05-2005, 09:41   #2 (permalink)
nakedintruder
www.nakedintruder.com
 
nakedintruder's Avatar
 
Join Date: Jan 2005
Location: Leeds, Yorkshire
Posts: 383
Send a message via MSN to nakedintruder
it's have to be yeh I suppose, otherwise it'd go below the fold when there's too much content.
  Reply With Quote
Old 09-05-2005, 09:47   #3 (permalink)
cam
vague™
 
cam's Avatar
 
Join Date: Mar 2004
Location: Glasgow
Posts: 5,512
absolute is the way to go. not sure what you mean 'floated' from the bottom of a page though.

you mean like those hideous 'geocities'-esque menus that follows you up & down the page?
__________________
  Reply With Quote
Old 09-05-2005, 09:52   #4 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Quote:
Originally Posted by i_am_cam
absolute is the way to go. not sure what you mean 'floated' from the bottom of a page though.
So that if the items in the list are 10px high, and there are 7 items, then the list will start from the bottom of the page (or the DIV that it is in) and go up 70 pixels.
But if there are only 3 items, the list will still start from the bottom of the page but it will be 30 pixels in height.

Quote:
Originally Posted by i_am_cam
you mean like those hideous 'geocities'-esque menus that follows you up & down the page?
Not yet, no one mention that to my boss or the clients and we should be ok.
  Reply With Quote
Old 09-05-2005, 09:56   #5 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,147
good luck. you should look forward to re-building it once your client realises that no-one could find the navigation b'cos it was hidden at the bottom of the page.
  Reply With Quote
Old 09-05-2005, 10:03   #6 (permalink)
nakedintruder
www.nakedintruder.com
 
nakedintruder's Avatar
 
Join Date: Jan 2005
Location: Leeds, Yorkshire
Posts: 383
Send a message via MSN to nakedintruder
Isn't there something like position:fixed you can use? which is relative to the window, and not the page? If they insist on having this you could use that.
  Reply With Quote
Old 09-05-2005, 10:27   #7 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Quote:
Originally Posted by Brown
good luck. you should look forward to re-building it once your client realises that no-one could find the navigation b'cos it was hidden at the bottom of the page.
Thanks, I have already tried explaining this, although I get the feeling my boss failed miserably to explain it successfully to the clients.

Quote:
Originally Posted by nakedintruder
Isn't there something like position:fixed you can use? which is relative to the window, and not the page? If they insist on having this you could use that.
Cheers, although it will be positioned to the page and not the browser window.

Fucking Mondays.
  Reply With Quote
Old 09-05-2005, 10:30   #8 (permalink)
nakedintruder
www.nakedintruder.com
 
nakedintruder's Avatar
 
Join Date: Jan 2005
Location: Leeds, Yorkshire
Posts: 383
Send a message via MSN to nakedintruder
Quote:
Originally Posted by sleepingfish
Cheers, although it will be positioned to the page and not the browser window.
If it's going to be last in the flow then there's no need to abs.position it then I think, as far as I can tell from what they're after. Why do they want that though? You couldn't do anything worse on a site that hide the navigation. haha, it's like building a car and hiding the steering wheel under the back seats.
  Reply With Quote
Old 09-05-2005, 11:16   #9 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,527
So you're after a footer that doesn't have a fixed height?
  Reply With Quote
Old 09-05-2005, 11:17   #10 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
kind of yes (it will be over to the bottom right of the page, above the actual footer).
  Reply With Quote
Old 09-05-2005, 11:18   #11 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,147
i can't think of any better place to hide it.
  Reply With Quote
Old 09-05-2005, 11:23   #12 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
I know. It sucks. Its not the main nav, but its still a ridiculous place to put it.
  Reply With Quote
Old 09-05-2005, 11:28   #13 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,527
Quote:
Originally Posted by sleepingfish
kind of yes (it will be over to the bottom right of the page, above the actual footer).
In that case, I would build it into the footer. Let's not worry about semantics, it already sounds fucked.

You just need to play with a list that sits on top of the footer content (float: right). Wrap all this in whatever footer code you're using. If you see what I mean...
  Reply With Quote
Old 16-05-2005, 05:40   #14 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Quote:
Originally Posted by Brown
i can't think of any better place to hide it.
Me neither.
Quote:
Originally Posted by Stickman
In that case, I would build it into the footer. Let's not worry about semantics, it already sounds fucked.

You just need to play with a list that sits on top of the footer content (float: right). Wrap all this in whatever footer code you're using. If you see what I mean...
Cheers Mr Sticky (and everyone else),
Getting somewhere now through footer-contained, absolute positioning.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8