This is a discussion on "CSS Layout" within the Web Page Design section. This forum, and the thread "CSS Layout are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Layout
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey guys. I'm new to CSS. Could someone point me in the right direction here? I'm about to begin working on a new site and I want to use CSS and XHTML. I have been reading tutorials and samples of CSS code for the past few days. I have enough material to be able to control the design of my text, but I'm needing some help with layout. I'd like to have an image across the top of my page and leading about 1/3 the way down the left of the page. That will appear to be one continuous image. Also, I want to have another image at the bottom right of the page which will span about 1/2 the page width. I want both images to remain in their original position regardless of page scrolling. If the user scrolls the page, I want the content to scroll behind these images. Is this possible? If so, can someone tell me where I could find help with this?
Thanks for your time and help. Andy |
|
|
|
|||
|
Re: CSS Layout
You need to contruct a basic page template for yourself. Something like this:
With regard to the use of your background images. These only show within the confines of the div in which they are defined, therefore if you want an image to spread across the top and down one side, you will need to slice this up and load one part into the header and the other into, e.g., the navigation div. Your footer image can be positioned to the right-hand side of the footer div. With the right css, your central section that includes the content, navigation and right-hand-panel divs will expand as required according to which ever of these three divs is the longest. |
![]() |
| Tags |
| css, layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS layout | casho | Web Page Design | 4 | Feb 10th, 2008 13:59 |
| Layout using CSS | Madball | Web Page Design | 5 | Nov 7th, 2007 09:41 |
| New to CSS Layout | tapster | Web Page Design | 15 | Oct 15th, 2007 10:18 |
| Fluid layout - IE6 clichés the layout when resizing | cyberseed | Web Page Design | 7 | Jun 16th, 2007 05:14 |
| What makes a layout a good layout? | Miles Lombardi | Graphics and 3D | 4 | Jul 26th, 2005 03:22 |