Page 1 of 1

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

Posted: Fri Feb 02, 2007 5:20 pm
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...

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

Posted: Sat Feb 03, 2007 3:15 am
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;

    }

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

Posted: Sat Feb 03, 2007 4:49 am
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]

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

Posted: Sat Feb 03, 2007 2:46 pm
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]