CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/12/2008 9:22:26 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 45 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
leila
Asp.Net User
position:fixed in IE63/12/2008 9:22:26 AM

0/0

Hi all,

I've got a serious and urgent to be solved problem with IE6. I've got a master page which contains a menu column at the left-hand side of the page all along te page (from header to footer) and I want to make it stay fixed even when the page scrolls. I have used the property 'position' and have set it to 'fixed'. It works perfectly in IE7 and FireFox but not in IE6. I have tested every solution I could find on web but none of them is doing the job here.

Can anyone please please please help with with any idea that would work. If the html code of my masterpage is need let me know and I'll copy it here. I just want this issue to be resolved.

Thanks 

Amanda Wang - M
Asp.Net User
Re: position:fixed in IE63/14/2008 5:15:02 AM

0/0

Hi,

Base on your description, you used the master page and the menu control is on the left side of the master page, you want to fix the menu control when you scroll the creen, right?

I would suggest you can try to put the contentplaceholder in a div, and  give the div a fixed height and width and set the div's overflow:scroll, therefore, you can only scroll the area of the content page, the other part of the master page is fixed, therefore the left menu is also fixed when you scroll the screen.

For example:

<div style="overflow:scroll;height: 283px; width: 468px;" >
                <asp:ContentPlaceHolder ID="Main" runat="server">
                </asp:ContentPlaceHolder>

</div>

Hope it helps.

 


Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Yours sincerely,
Amanda Wang
Microsoft Online Community Support
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning CSS: Cascading Style Sheets for Web Design Authors: Richard York, Pages: 630, Published: 2007
Mastering Integrated HTML and CSS: Integrate HTML Or XHTML and Cascading Style Sheets for Best Results. Master Key Techniques and Improve Your Productivity Authors: Virginia DeBolt, Pages: 600, Published: 2007
Integrated HTML and CSS: A Smarter, Faster Way to Learn Authors: Virginia DeBolt, Pages: 377, Published: 2005
Web Design in a Nutshell: A Desktop Quick Reference Authors: Jennifer Niederst Robbins, Pages: 796, Published: 2006
CSS: The Missing Manual Authors: David Sawyer McFarland, David McFarland, Pages: 476, Published: 2006
Pro CSS and HTML Design Patterns Authors: Michael Bowers, Pages: 494, Published: 2007
CSS, DHTML, & Ajax: Visual QuickStart Guide Authors: Jason Cranford Teague, Pages: 562, Published: 2007
The CSS Anthology: 101 Essential Tips, Tricks & Hacks Authors: Rachel Andrew, Pages: 391, Published: 2004
DHTML and CSS for the World Wide Web: Visual QuickStart Guide Authors: Jason Cranford Teague, Nancy Davis, Pages: 592, Published: 2001
Pro CSS Techniques: Real-world CSS Techniques for Real World CSS Professionals! Authors: Jeff Croft, Ian Lloyd, Dan Rubin, Pages: 376, Published: 2006

Web:
Fixing position:fixed for Windows Internet Explorer Sep 26, 2006 ... position:fixed for Internet Explorer ... Internet Explorer >= 6 supports CSS for the root element in ‘standards-compliant mode’. ...
Position:Fixed in IE6 Fake position:fixed for IE6. Fixed Positioning in IE6 without Script. This box should remain fixed as the screen scrolls. ...
stu nicholls | CSS PLaY | emulating position fixed for Internet ... position:fixed;. Another one bites the dust~. Well, they said it couldn't be done in IE6 because of a browser bug. But they didn't know that another bug ...
CSS based 'position: fixed' in Internet Explorer - additions on ... Since it is only 'position: fixed' IE6 doesn't understand, there's no reason to duplicate the rest of those declarations. ...
Emulating position: fixed; in IE 6 & below | Now CSS Feb 16, 2007 ... Internet Explorer 6 and below do not understand the CSS property and value position: fixed;. All the better browsers (IE7, Firefox/Mozilla, ...
Making Internet Explorer use position: fixed; What is wrong with position: fixed;? Well, ... nothing. The problem is that the most popular browser - Internet Explorer for Windows - does not understand ...
position: fixed in Internet Explorer - additions on Gunlaug's ... IE6 (and older versions) doesn't support 'position: fixed' and usually makes a mess out of what it doesn't understand, so many designers avoid using this ...
'position:fixed' in Internet Explorer 'position:fixed' in Internet Explorer. How cool is this. View source to get to know how it is done. There is also a bottom:0 for Internet Explorer in the ...
Position-fixed in IE6 with "expression()" and no jittering We know that there is a solution for the lack of position:fixed in Internet Explorer 6. It consists in some javascript code placed in a style rule thanks to ...
Position: Fixed and IE6 - bytes I'm trying to get an image to float in a window despite scrolling. I've gotten it to work on my Mac using IE 5.2, Netscape, and Safari, but it goes.

Videos:
How To Break Web Software - A look at security ... Google TechTalks April 13, 2006 Mike Andrews Mike Andrews is a senior consultant who specializes in software security and leads the web ...
Open Source Developers at Google Speaker Series: Camino Google Tech Talks January 19, 2007 ABSTRACT Mike Pinkerton will discuss the past, present and future of Camino development, along with lessons ...




Search This Site:










gc algorithm

parse and display xml data with microsoft.xmldom

webpage runs on my computer but not on the internet !!?

using asp pages in asp.net 2.0

dnn 2.0.2b3 still a few bugs

problem with adding columns to datagrid

decrypting values from dataset or datareader

performance tracking

membership send an autogenerated password

"timeout expired" exception after asp.net2.0 beta 1 -> 2 migration

weird build errors

access is denied error

how to get data from textbox into the sql database table plz help...

any information about front controller in asp 2.0

vb.net & c# conversion

httpruntime doesn't work in c#?

why do filenames have @"blah.txt"?

how can we get data from another web site.

how to sort tabs in toolbox of vs 2008?

approach to get the actual client ip and machine name

lookup data

dnn 3.0.12, problem installing gallery & forum/blog modules.

how do i now the indexnumber after pageindexchanged()

please help!!! destination page question.

documentation!!!!

if then statement.

getting the list of all the announcements!

different behavior on mac and pc !!??

another simple problem: how to register on sub portal

combining asp.net roles and sql server database roles

 
All Times Are GMT