WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Text on top Empty Text on top Sat Aug 14, 2010 2:01 pm

verrell123

verrell123
Registered Member
Registered Member
anybody know a HTML code that make a text always on top

Like if i write "Hi Guest please register" it will be on top and always follow when we go to down page the text always be follow



Last edited by verrell123 on Sun Aug 15, 2010 6:06 am; edited 1 time in total

http://www.freshartz.co.cc/

2Text on top Empty Re: Text on top Sat Aug 14, 2010 3:47 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Hello there, try this out:
Code:
<style type="text/css">
#texttop {
   position: fixed;
   left: 10px;
   top: 10px;
}
</style>

<div id="texttop">Content to show</div>

http://woops.dk

3Text on top Empty Re: Text on top Sat Aug 14, 2010 5:45 pm

verrell123

verrell123
Registered Member
Registered Member
Unknown Data It Great, but can you make a code for a box @ the background of the text?

http://www.freshartz.co.cc/

4Text on top Empty Re: Text on top Sat Aug 14, 2010 5:50 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Here you go:
Code:
<style type="text/css">
#texttop {
  position: fixed;
  left: 10px;
  top: 10px;
  background-color: #COLORCODEHERE;
}
</style>

<div id="texttop">Content to show</div>

http://woops.dk

5Text on top Empty Re: Text on top Sun Aug 15, 2010 5:58 am

verrell123

verrell123
Registered Member
Registered Member
thanks unknown data, solved and lock

http://www.freshartz.co.cc/

6Text on top Empty Re: Text on top Sun Aug 15, 2010 9:00 am

Jophy

Jophy
Registered Member
Registered Member
Solved ~> Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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