Topic: The name of this type of menubar? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Johnstown, PA |
![]() I'm going to be building a CSS menu bar into a site much like the one at http://www.mightyleaftea.com |
Maniac (V) Mad Scientist From: Denver, CO, USA |
![]() *shrug* Looks like a dropdown to me. Just expanded horizontally and vertically instead of just vertically. |
Paranoid (IV) Inmate From: Norway |
![]() |
Maniac (V) Mad Librarian From: Seoul, Korea |
![]() Are looking for a buzzword or catchphrase? How about "horizontally enhanced drop down menu"? |
Paranoid (IV) Inmate From: Johnstown, PA |
![]() Hmm okay thanks Suho, I guess that'll work... |
Paranoid (IV) Mad Librarian From: ber/ger |
![]() I call it the Obama Site Dropdown: |
Maniac (V) Inmate From: there...no..there..... |
![]() source has it all |
Paranoid (IV) Inmate From: Florida |
![]() quote: Holy ralph. |
Paranoid (IV) Inmate From: London |
![]() |
Maniac (V) Inmate From: there...no..there..... |
![]() I didn't say it was pretty |
Paranoid (IV) Inmate From: Johnstown, PA |
![]() They made the menu an odd way too... code: ul#topnav li { float:left; list-style-type:none; background-image:url(/images/eop/nav-sprite.gif); }
|
Paranoid (IV) Inmate From: Johnstown, PA |
![]() There's gotta be a better way to do this...*grumble*.... |
Paranoid (IV) Inmate From: Norway |
![]() Nei. CSS sprites are the way to go. They require a single HTTP request ( you don't want to burn stupidly the number of HTTP connections and have the browser stale until one of the connection in its pool is closed ), and since the images share the same colors and a lot of other similarities anyway, grouping them makes perfect sense and tends to help the compression. |
Paranoid (IV) Inmate From: Johnstown, PA |
![]() Hmm that's interesting poi, I never thought of that. Thanks for the tip, maybe I'll use that in my next project! |
Paranoid (IV) Inmate From: Johnstown, PA |
![]() Wait a second, if this is a faster/more efficient way to load the image up, then why does everybody split large images on pages into smaller image slices? |
Paranoid (IV) Inmate From: Norway |
![]() in short : Because some people and tools don't know better ( or haven't thought that there might be a better way to that ) |
Paranoid (IV) Inmate From: Florida |
![]() It does also take some mathological skills to do it. Some people aren't fond even of arithmetic. |