/    Sign up×
Community /Pin to ProfileBookmark

Floatine menu help

I have a problem with my floating menu, in the fact that it doesn’t float!!! More problems that I want to fix are: have the menus on each line, currently they are placed where ever they feel like going!! 😡 and my menu over laps my center section where my text is!

My here is my code:

body{
background-color: #B0C4DE
}

h1 {
font-size: 20pt;
font-style: italic;
font-family: arial, helvetica, sans-serif;
text-align: left

}

h2 {
font-size: 16pt;
font-style: italic;
font-family: arial, helvetica, sans-serif;
text-align: left
}

h3 {
font-size: 14pt;
font-style: italic;
font-family: Times New Roman;
text-align: left
}

h4 {
font-size: 10pt;
font-style: italic;
font-family: Times New Roman;
text-align: left
}

h5 {
text-align: center;

}

body {
margin-left: 15%
}

p {
text-align: left;
}

p.initial {
text-align: center;
}

.header {
height: 50px;
padding-left: 50px
}

p.menu{
position: absolute;
float: left;
width:15%;
top:50px;
left:5px;
padding:0 10px;
color:#F0F8FF;
background:#1E90FF;

}
p.menu a{
color:#ffffff;
}

p.menu a:hover {
color: #a00;
background: #fff;
}

p.top {
margin-top: 0;
padding: 0.2em;
border-top: 3px;
color: white;
background: blue
}

Can any one please tell me where I am going wrong?

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@happyharryauthorMar 20.2006 — Sorry the title should read floating not floatie

and I have tested my code in mozilla and IE
Copy linkTweet thisAlerts:
@happyharryauthorMar 20.2006 — [IMG]http://i15.photobucket.com/albums/a384/hank__/untitled.jpg[/IMG]

example of the over lapping problem
Copy linkTweet thisAlerts:
@ray326Mar 21.2006 — I'd say here.
p.menu{

position: absolute;

float: left;[/QUOTE]
×

Success!

Help @happyharry 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 6.17,
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: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

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