position fixed
2 posters
Page 1 of 1
position fixed
hello..
i made this in my forum
and i want it to be steady at the left bottom corner of my forum.
i have it in the overall_footer_end
and i have in the Css this:
how can i make it to be steady and not shown only to the bottom? I want it to be always there anywhere you go!
i made this in my forum
and i want it to be steady at the left bottom corner of my forum.
i have it in the overall_footer_end
and i have in the Css this:
- Code:
.kalaxristougenna {
color:white;
font-weight:bold;
font-family:Trebuchet MS;
font-size:14px;
position:absolute;
margin:0px 0px 0px 0px;
background:#7c0000;
border: 3px solid #7c0000;
border-radius: 6px;
box-shadow: 0 0 5px #7c0000;
text-align:center;
}
how can i make it to be steady and not shown only to the bottom? I want it to be always there anywhere you go!
Last edited by Marios94 on December 9th 2013, 4:33 pm; edited 1 time in total
Re: position fixed
Hello Marios94,
Try this :
Try this :
- Code:
.kalaxristougenna {
color:white;
font-weight:bold;
font-family:Trebuchet MS;
font-size:14px;
position:fixed;
bottom:0;
left:0;
margin:0px;
background:#7c0000;
border: 3px solid #7c0000;
border-radius: 6px;
box-shadow: 0 0 5px #7c0000;
text-align:center;
}
Re: position fixed
Υοu are one of a kind!!!
Solved!
Solved!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Fixed navbar
» Ticker Banner edit
» #1386 Widget Latest topics stopped working.
» Adding a fixed image into CSS?
» Fixed topics
» Ticker Banner edit
» #1386 Widget Latest topics stopped working.
» Adding a fixed image into CSS?
» Fixed topics
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum