I like how Facebook keeps that toolbar on the bottom of the page.
Does that require cross-browser ninja skills?
Their JavaScript/CSS files are huge so I am having a hard time narrowing down the implementation (for learning purposes).
|
I like how Facebook keeps that toolbar on the bottom of the page. Does that require cross-browser ninja skills? Their JavaScript/CSS files are huge so I am having a hard time narrowing down the implementation (for learning purposes). |
|||||||
|
|
Here's a basic example. No, it doesn't require cross-browser ninja skillz. =)
|
|||||
|
|
|
The best is to install Firebug and see how they did it. When I see interesting things on the web, Firebug is the best way to analyze it's HTML structure, attached CSS and you can even directly modify the CSS/HTML structure to see how it changes. Everything you see on a website can be simply read. Remember, the source (HTML, CSS, JavaScript) gets delivered with it :) |
|||
|
|
|
That solution doesn't work well for pages that have content extending beyond the bottom of the browser window. Try something like this instead:
|
||||
|