Post some cool ones, give ideas, hints and tips.Ultimate Profile uses HTML and CSS to help style a page.If you have a
really good code I will add a link below to your from the original post so people can easily browse and get to the good stuff fast.
1. Change the color of the Hovering Menu that stays in the same place - [
LINK ]
Lets keep this neat and clean. I will start.
So You want to change the color of ugly looking bar at the top because it doesn't fit your theme?Before:[spoiler]
[/spoiler]
Well use this code to change that!<style>
a.firstlevel { background-color:#000000; border-radius: 4px 4px 4px 4px; padding-left:5px; }
.floatmb {
background: #00FF00;
border-radius: 10px 10px 10px 10px;
}
</style>
After:[spoiler]
[/spoiler]