Help, How do I move the menu back to top & right?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jimmychuang
Forum Members
Forum Members
Posts: 76
Joined: Sun Aug 13, 2006 5:35 pm

Help, How do I move the menu back to top & right?

Post by jimmychuang »

http://www.top-10-review.netttttt

How do I move the menu back to top & right?  I just don't get it, how I move it to low place...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Help, How do I move the menu back to top & right?

Post by Dr.CSS »

Try this... but this is not your only problem...

    div#main {
        float: left;
        width: 70%;
        padding: 0 0px 0 0px;
margin:0px;
        display: inline;

    }
jimmychuang
Forum Members
Forum Members
Posts: 76
Joined: Sun Aug 13, 2006 5:35 pm

Re: Help, How do I move the menu back to top & right?

Post by jimmychuang »

mark wrote: Try this... but this is not your only problem...

    div#main {
        float: left;
        width: 70%;
        padding: 0 0px 0 0px;
margin:0px;
        display: inline;

    }
Thanks It helps!

But I still have some problems.

The menu is moved to left, how do I move it to right?

And how do I control the size of text link ?  I also use different color when hover, but it remain unchange now.

The last question is, I have add "background: #044476" to "div#copyright", but after I added it, the layout became like the image shows below, how does it happen?



[gelöscht durch Administrator]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Help, How do I move the menu back to top & right?

Post by Dr.CSS »

You still have the 'main' set to float:right....

You may want to take out all instances of and it's close tag, and remove the table at the bottom...

I know it looks good in IE but in Firefox... see below...

[gelöscht durch Administrator]
Post Reply

Return to “Layout and Design (CSS & HTML)”