| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 44
|
best way to design this layout
![]() I've having a little trouble figuring out how I should design this layout best. I've finally gotten away from changing my layouts simply because my coding skills were good enough to get it done. I'm trying to challenge myself a little more, but I'm having trouble. The main page is the scanline decoration I have under the grey box and navigation. What do you guys suggest? Thanks in advance |
|
|
|
|
|
#2 (permalink) | |
|
Information Designer
Join Date: Jan 2007
Posts: 54
|
Quote:
Is there some law that says you must not start with the content, then work out the layout requirments? That's an (apparently) novel way to develop a layout. I don't know about "best," but developing a content driven site is certainly better than the way the vast majority go about designing layouts. |
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Oct 2006
Posts: 80
|
Quote:
Obviously, if hes REDESIGNING, THEN HE ALREADY HAS CONTENT. You have good design skills. However, i would recommend removing the diagonal line background. I added in a footer: http://img522.imageshack.us/img522/8...withoutnq5.jpg I would being by slicing it up like so: http://img138.imageshack.us/img138/6...kd5copyhd9.jpg sorry for the shitty image hosting, but i didn't want to waste bandwidth on my own server {edit} I think the rest could be done with CSS |
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 44
|
well my first attempt sort of worked, but when the text gets bigger the navigation immediately breaks. My method is pretty bizarre lol. I made an ul for the navigation and gut the scan lines below the links into 2 sections and made them into the background of the 6th and 7th li's. Code:
Code:
|
|
|
|
#5 (permalink) | |
|
Registered User
Join Date: Oct 2006
Posts: 80
|
Quote:
Hey!!! first rule of XHTML. When you have a style that you want to use over and over, you specify a class, not an id. Also, so you do not have repeated code, i recommend styling however much you can for just the ul, and then for the links class and scanbox1 and 2 ids separately. |
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 44
|
the problems im having with the way i coded it first is that the navigation breaks as soon as the text size is increased. That and I can't seem to get the border to work on the left side of the content. I tried absolutely positioning everything, but there are still problems. |
|
![]() |