I would like to post an image in the upper right hand corner of the header (above where the icons are) that is flush with the top of the page. I am going to use it for a player "login" button.
How do I go about doing that....? HELP!
Station Pro: Link Header, how to
Started by
unitedskeeball
, Dec 04 2009 10:25 PM
2 replies to this topic
#1
Posted 04 December 2009 - 10:25 PM
#2
Posted 05 December 2009 - 11:24 PM
hmmm couple ways to do this...
I might recommend 'absolute' positioning...
How are your CSS skills?
Put the HTML you need inside this element:
`
` in the header.php file.
Then absolutely position it like so:
`
.your_new_element {
position:absolute;
right: 25px;
top:0px;
}
`
then we'll go from there.
Ap
#3
Posted 06 December 2009 - 05:05 AM
Done. I'm not great with CSS (no formal training) but I can putz my way around and get some basic things done. Thanks for pointing me in the correct direciton.
www.unitedskeeball.com










