Log in

View Full Version : Resolved Matt Menu/Solid Block Menu to be right sided instead of default left



aredanecyfna
03-13-2009, 01:13 PM
how can i set it?

Snookerman
03-13-2009, 01:19 PM
Change:

.solidblockmenu li a {
float: left;
}
to
.solidblockmenu li a {
float: right;
}

Good luck!

aredanecyfna
03-13-2009, 01:30 PM
thanks

Snookerman
03-13-2009, 03:58 PM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif then click Go Advanced and add the Resolved prefix to the thread title.
This will let other users know the problem has been solved.

Good luck with your site!