Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-06-2012, 04:03 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
Fixed position

All browsers support the css property ‘position:fixed’, but not IE6. I had to find a solution for this since the social icons in this blog are having a fixed position.

* html .fixed_div{
position: absolute; /* position fixed for IE6 */
top: expression(104+((e=document.documentElement.scroll Top)?e:document.body.scrollTop)+'px');
left: expression(15+((e=document.documentElement.scrollL eft)?e:document.body.scrollLeft)+'px');
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keywords in top 5 position? IntegratedS Search Engine Optimization 12 09-07-2022 07:01 AM
Get good position in specific country search engine like google.nl bobo.cx General Discussion 3 01-02-2014 02:00 AM
From 4th to second position just for one day bobo.cx Google 1 06-13-2012 08:22 AM
Keywords in top 5 position? eook.joc Search Engine Optimization 17 02-16-2012 03:34 AM
Google position tweety2 Google 1 10-15-2011 06:29 AM


All times are GMT -7. The time now is 01:38 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.