|
two things can help you to discover how the page is constructed.
In this case right-clicking on the image and selecting "View Image", sometimes you'll find a banner is made up of a ton of images rather than a single banner. By doing this you see that the code above is not complete. (You still need to wrap the content and center it) if you assign the top image to the BODY tag, it will not be in a centered site like this one.
Then do a search for CSS web developer toolbar (you need Firefox), you can view the CSS used in a website, as well as a lot of other stuff, like resizing the browsers to specific resolutions for example.
Download it then go back to this site and choose "View CSS" it will show you exactly how they did it. Combine this with viewing the Page Source, and you will understand their DIV structures.
__________________
ZAM Howto - simple, straight forward answers on how to get started with a website.
Please login or register to view this content. Registration is FREE
Last edited by solvision; 01-31-2010 at 08:17 PM..
Reason: added more useful text
|