 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Wolfy

Joined: 09 Aug 2004 Posts: 53
|
Posted: Fri Sep 03, 2004 4:31 pm how would i |
|
|
|
get a table like the one on the left side on this site?
www.jk2files.com |
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
Posted: Sat Sep 04, 2004 10:59 am |
|
|
|
Well, if you want to know about the design for the menubar then
that'll be a bit more difficult.
As for the coding, it's more simpler. Let's see if I can explain this...
Firstly, they didn't use a table but a a div instead. Unless they used
a script to make the menubar, they coded it themselves. They added a
style to the div (style="padding-left: 6px") to "shift" the text over
a bit. To make the sub-items "tabbed" in, they used
(non-breaking space). So an example of this would be:
| Code: |
<div style="padding-left: 6px">
Menu<br>
- Item<br>
- Item2<br>
</div> |
Add styles to the items and stuff as needed...
If you're talking about the design, then I'll post back after your reply. |
|
Wolfy

Joined: 09 Aug 2004 Posts: 53
|
Posted: Mon Sep 06, 2004 2:33 pm |
|
|
|
| yeah kinda the design |
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
Posted: Mon Sep 06, 2004 3:22 pm |
|
|
|
http://www.yoxio.com/img/94719.jpg
I haven't looked at the code but here's my theory.
Everything inside the red box is one long picture. The blue box represents the div.
I believe that they positioned the div to match the picture so that it's shifted over to the right and touched the bottom of the picture. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|