![]() |
Help/consulting: 9 page grid with anchor navigation
Hi guys!
I need some consulting on what way to go to make something like this (check image). The idea is a page that resizes (optional) to the window. When you first visit the site, it should show #home. Then by clicking anchorlinks you will get to the different parts of the site. I will use a scrollTo script so the visitor see how the page is scrolling, etc. but the problem is getting the layout. How would you go about. I appreciate any pointers on how to tackle this, or what to google. Thank you! PS. Check out the latest site I made if you want:): http://koppi.se/ http://12manytimes.com/projects/gridlayout.jpg |
Just a set of divs with a css attribute of float:left;
or a set of divs with display:table-cell inside a set of divs with display:table-row within a div with display:table or use a table if the data is tabular I've got some grid formats here. |
Hello erneholm,
I think this might be a little more js than I'm prepared to dig into today. Look at an idea I had for the markup though, using ap so you can place those outer grid elements off the screen - Code:
<!DOCTYPE HTML> |
| All times are GMT +1. The time now is 07:42 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.