|
|
#1 |
|
Decaying Deity of Misconceptions
Joined: Oct 2001
Posts: 4,263
vCash: 25
|
Helping to spruce up the website for a company I work for and just starting out now with the layout. I found a lot of their pages were having the footer show all the way at the bottom so you had to scroll down so I broke it up and put the footer so it always showed and the scroll bar only scrolled the body. However my problem now is that if you resize the page or open the page in a window smaller than 800 pixels wide (I know this will rarely, if ever happen ... ) the nav bar starts to double up on itself instead of a horizontal scroll bar appearing. Any ideas how to fix that?
http://eyetoeyevideo.com/new/ (Yes, I know the font for my buttons isn't right, I'm gonna fix that soon enough ) |
|
|
|
| Sponsored Links |
|
|
#2 |
|
Administrator
Joined: Jan 2001
Location: Atlanta
Party: Independent
Posts: 7,685
vCash: 900
|
Mixing table layout with CSS layout will only end in tears.
A good way to get started with CSS layout is to check out http://www.freecsstemplates.org/ or http://csszengarden.com, find something with the structural layout you desire, and modify it to suit your needs. |
|
|
|
|
|
#3 |
|
Decaying Deity of Misconceptions
Joined: Oct 2001
Posts: 4,263
vCash: 25
|
My problem is, I don't know CSS well at all. I stopped studying web design stuff probably 8 years ago. I still can't figure out a good way to get that top part to display "logo.gif" on the left, the nav bar on the right, and "top.gif" in the background. I'd gladly break away from the tables if I could figure out how to do that
![]() http://www.cssplay.co.uk/layouts/bodyfix.html has a good layout but its width specified. Last edited by Kelraz Bladesinger; 11-13-2007 at 02:52 PM.. |
|
|
|
|
|
#4 |
|
Administrator
Joined: Jan 2001
Location: Atlanta
Party: Independent
Posts: 7,685
vCash: 900
|
Those sites I linked will have lots of examples of doing that.
You'll just want to use a div for the top area, containing an image for the logo floated left and the nav stuff in an ul floated right. |
|
|
|
|
|
#5 |
|
Decaying Deity of Misconceptions
Joined: Oct 2001
Posts: 4,263
vCash: 25
|
Solved it, with tables, don't hate me - but thanks for the help
![]() |
|
|
|
|
|
#6 |
|
Administrator
Joined: Jan 2001
Location: Atlanta
Party: Independent
Posts: 7,685
vCash: 900
|
Just keep in mind that you're screwing them in the SERPs, using non-semantic markup like that.
|
|
|
|
|
|
#7 |
|
Decaying Deity of Misconceptions
Joined: Oct 2001
Posts: 4,263
vCash: 25
|
I don't know what a SERP is, so it doesn't matter all that much to me
![]() |
|
|
|
|
|
#9 |
|
Decaying Deity of Misconceptions
Joined: Oct 2001
Posts: 4,263
vCash: 25
|
Oh, well that doesn't matter that much to me, they just wanted something pretty
![]() |
|
|
|
|
|
#10 | |
|
Decaying Deity of Misconceptions
Joined: Feb 2003
Location: Phoenix, AZ
Party: Independent
Posts: 1,736
vCash: 1000
|
Quote:
Just, ya know, don't knock tables yet. |
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|