Customizing SMF > Graphics and Templates

Fixed bottom navigation.

<< < (2/4) > >>

mashby:
Lines 204 through 208. I would recommend editing the content before uploading it. Not tested either. :)

Surf3rDud3:
Thank you Sir :]

Surf3rDud3:
One last issue and i'll leave you alone.

When i add links to the bar... (I made separate div-ids for the text/links) I have to click above the link. (I have a picture below) I have to click the top of the background bottom bar. I can't actually click the link itself... Is this due to a line in code not needed or hasn't been added?

This is the CSS for the bottombar (It's messy but I'm still trying to get it the way I want it.)


--- Code: ---#bottombar
{
background: url(../images/custom/floatbarbg.png) repeat-x;
position: fixed;
bottom: 0px;
left: 0px;
height: 21px;
width: 100%;
z-index:9999;
}
#bottombartext
{
font-size: 16px;
text-transform: uppercase;
font-family: 'Allerta Stencil', sans-serif;
line-height: 20px;
height: 21px;
bottom: 0px;
left: 0px;
position: fixed;
bottom: 0px;
width: 100%;
z-index:9999;
}
#serverjoin
{
background: url(../images/custom/joindaserver.png) no-repeat;
text-align: right;
position: fixed;
bottom: 20px;
right: 0px;
height: 96;
width: 127;
z-index: 1000;
}
#bottomserver
{
text-align: right;
position: fixed;
bottom: 0px;
right: 0px;
height: 20px;
width: 100%;
z-index:9999;
}
--- End code ---

The white line is where i have to click to use the link.

mashby:
I'll plead 50% ignorance and 50% I would love to see this in action. Might be able to figure it out in real-time rather than static images :)

Antechinus:
Where's the css for the links? Meh and bollocks. Gimme the index.template.php you're actually running now. I want it exactly as it is on your site.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version