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...
Help, How do I move the menu back to top & right?
-
- Forum Members
- Posts: 76
- Joined: Sun Aug 13, 2006 5:35 pm
Re: Help, How do I move the menu back to top & right?
Try this... but this is not your only problem...
div#main {
float: left;
width: 70%;
padding: 0 0px 0 0px;
margin:0px;
display: inline;
}
div#main {
float: left;
width: 70%;
padding: 0 0px 0 0px;
margin:0px;
display: inline;
}
-
- Forum Members
- Posts: 76
- Joined: Sun Aug 13, 2006 5:35 pm
Re: Help, How do I move the menu back to top & right?
Thanks It helps!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;
}
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?
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]
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]