help with a layout. |
![]() ![]() |
help with a layout. |
Aug 6 2007, 08:13 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2007 Member No: 556,719 |
okay so my friend showed me this girls layout
a long time ago and its really cute i was wondering does anyone know how i can get mine like it? (btw my friend screencapped all the layout lol)
|
|
|
|
Aug 6 2007, 08:17 AM
Post
#2
|
|
![]() To Zanarkand ![]() ![]() ![]() ![]() Group: Official Designer Posts: 177 Joined: Jul 2007 Member No: 543,483 |
|
|
|
|
Aug 6 2007, 09:54 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2007 Member No: 556,719 |
i know its a div and stuff,its just im confused
on the coding for things on the left. |
|
|
|
Aug 6 2007, 09:59 AM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^What do you mean by coding things on the left?
|
|
|
|
Aug 6 2007, 10:11 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2007 Member No: 556,719 |
im sorry im sounding confusing lol
like the way the green nav and then the 2 pink sections them |
|
|
|
Aug 6 2007, 10:26 AM
Post
#6
|
|
![]() To Zanarkand ![]() ![]() ![]() ![]() Group: Official Designer Posts: 177 Joined: Jul 2007 Member No: 543,483 |
those are divs, you can position a div where ever you want, such as creating sidebars and main content areas.
|
|
|
|
Aug 6 2007, 10:36 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2007 Member No: 556,719 |
Could i have the code for the side bar please.
Thanks for all your help |
|
|
|
Aug 6 2007, 10:42 AM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
For the navigation links, use this script here.
For the divs, use this: CODE <style type="text/css"> div.NAMEHERE{ background-color:XXXXXX; border-top:NUMBERHEREpx; border-bottom:NUMBERHEREpx; border-left:NUMBERHEREpx; border-right:NUMBERHEREpx; border-style:solid; border-color:XXXXXX; margin-bottom:3px; } </style> <div class="NAMEHERE">CONTENTHERE</div> Edit the XXXXXX's and replace them with color names or hex codes. |
|
|
|
Aug 6 2007, 10:51 AM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2007 Member No: 556,719 |
thanks ima try this right now ill tell you if i
get it |
|
|
|
![]() ![]() |