The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

position fixed

2 posters

Go down

Solved position fixed

Post by TheCrow December 9th 2013, 4:10 pm

hello..

i made this in my forum
position fixed Sa0w
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
TheCrow
TheCrow
Manager
Manager

Male Posts : 6916
Reputation : 795
Language : Greek, English

https://www.inforumgr.com

Back to top Go down

Solved Re: position fixed

Post by Ange Tuteur December 9th 2013, 4:20 pm

Hello Marios94,

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;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: position fixed

Post by TheCrow December 9th 2013, 4:29 pm

Υοu are one of a kind!!!  I love you 
Solved!


position fixed Thecro10
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!
TheCrow
TheCrow
Manager
Manager

Male Posts : 6916
Reputation : 795
Language : Greek, English

https://www.inforumgr.com

Back to top Go down

Solved Re: position fixed

Post by Ange Tuteur December 9th 2013, 4:34 pm

You're welcome I love you

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum