Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Web Development : Design : css question! best answer to who ever solve it?


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Design Talk about web design techniques and ideas in CSS, HTML, etc.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2008
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default css question! best answer to who ever solve it?

Im creating a page using css, going well till now but with one problem, i have a menu one right side and i want under it a box, but its not working, it keeps going next to it..here is my css code:

html, body
{
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
color: #666666;
background: #ffffff;
}
#container
{
width: 760px;
margin: auto;
}

#header
{
background: blue;
height: 150px;
}
#main-nav
{

height: 50px;
}


#menu
{

float: right;
width: 200px;
padding:5px;
border:solid;
}
#sidebar /*here's my issue, i want this to be under the menu*/
{
float:right;
width:200px;
padding:5px;
border:solid;
}
#content
{

margin-right: 200px;

}
#content h2 {
margin: 0;
padding: 0;
padding-bottom:15px;
}

#content p {
margin: 0;
padding: 0;
padding-bottom:15px;
}
#footer
{
clear:both;
background: orange;
height: 66px;
}
__________________
Powered by Yahoo! Answers
Reply With Quote
  #2 (permalink)  
Old 06-02-2008
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default

Could you share the Html code please
__________________
Powered by Yahoo! Answers
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 12:48 PM.