This is a discussion on "Making websites float" within the Web Page Design section. This forum, and the thread "Making websites float are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Making websites float
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello,
I am trying to make my page "float" on the top of the background. When I say float I mean the main site sits in front of the background always in the middle. It is kind of hard to explain so I found some examples of what I'm looking for: http://www.lunarpages.com/index.php http://www.gatorhost.com/ http://www.thehosting101.com As you look at the 3 pages above you will see that the main site sites in front of a different color background and always stays in the middle of your screen no matter what resolution. Does anybody know how I can do this? Any help is appreciated. |
|
|
|
||||
|
Re: Making websites float
What you are looking for is essentially a fixed width design that is centered horizontally.
Simple put your design into a containing Div tag with an ID of 'container' and then apply the following CSS:- [html]#container { margin:0 auto; text-align:center } Hope this helps.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Re: Making websites float
I tried following your directions and placed the following right below my
body tag: <div id='container'>[html]#container { margin:0 auto; text-align:center }</div> That is the exact code that I tried to place. I'm not that great with html. Could you tell me what I am doing wrong? Thanks for your help! |
|
||||
|
Re: Making websites float
Take a look at this thread. A few posts down I explained how to do it.
http://www.webforumz.com/css-forum/6...vertically.htm |
![]() |
| Tags |
| making, websites, float |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Css Float??? | RZX Developer | Web Page Design | 4 | Aug 13th, 2007 10:37 |
| Going crazy with Float | Sporky | Web Page Design | 7 | Nov 30th, 2006 01:52 |
| Problems with float:left float:right | nvidiajoe | Web Page Design | 8 | Nov 17th, 2006 20:24 |
| IE6 Float | masonbarge | Web Page Design | 8 | Aug 16th, 2006 10:13 |
| right float problem... | c_martini | Web Page Design | 11 | Aug 2nd, 2006 13:47 |