Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
How to create static css widget?
Old 07-07-2010, 02:19 AM How to create static css widget?
Super Talker

Posts: 110
Trades: 0
Hello guys,

I have created a simple css widget to redirect visitors to facebook,twitter,etc (http://pressreleasecentre.com - check the left side) But unfortunately I don't know how to make it static like the feedback button in the same site at the right side.

Now when some one scroll the page down, this widget is also scrolling down. Can anybody help me to make it static there?

Thanks.

PS: I created it using a css tool - So I am not that much familiar with the coding part.
__________________

Please login or register to view this content. Registration is FREE
Bounce Back SEO & Power Documents
Please login or register to view this content. Registration is FREE


Free
Please login or register to view this content. Registration is FREE
!! Easy PR Ads
Please login or register to view this content. Registration is FREE
flek is offline
Reply With Quote
View Public Profile Visit flek's homepage!
 
 
Register now for full access!
Old 07-07-2010, 05:47 AM Re: How to create static css widget?
Phunk Rabbit's Avatar
Ultra Talker

Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
Trades: 0
Change the css for the widget from position:absolute to position:fixed

Code:
ul#css3menuleft {
display:block;
font-size:0;
left:10px;
padding:0 3px 3px;
position:fixed;
top:170px;
z-index:1000;


}
__________________

Please login or register to view this content. Registration is FREE

Learn professional skills from professional people, from $6.50 a month.
Phunk Rabbit is offline
Reply With Quote
View Public Profile Visit Phunk Rabbit's homepage!
 
Reply     « Reply to How to create static css widget?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.93241 seconds with 12 queries