/    Sign up×
Community /Pin to ProfileBookmark

how do i make menus.. does anyone knoww the code..

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@Zach_ElfersFeb 01.2003 — There are many different styles for menus. For just a simple one, here is some code:

<head>

<style type="text/css">

<!--

body {

margin:0px;

}

a {

color:#000000;

text-decoration:none;

width:100%;

height:30px;

}

#menu {

width:200px;

height:100%;

position:absolute;

left:0px;

top:0px;

background-color:#008800;

padding:10px;

}

.menuItem {

width:100%;

border:1px solid #006600;

background-color:#008800;

padding:5px;

height:30px;

text-align:center;

}

-->

</style>

</head>

<body>

<div id="menu">

<div class="menuItem">

<a href="page1.html">Menu 1</a>

</div>

<div class="menuItem">

<a href="page2.html">Menu 2</a>

</div>

<div class="menuItem">

<a href="page3.html">Menu 3</a>

</div>

</div>
Copy linkTweet thisAlerts:
@spinnyscripterOct 19.2003 — All is explained in the readme file in the atached .zip file

or you can download it from the folowing address;

[URL=http://members.lycos.co.uk/twdp/menu.htm]http://members.lycos.co.uk/twdp/menu.htm[/URL]

and click on the link
×

Success!

Help @Red_Ice spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...