OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Interesting CSS Bug
This page's ID:
29349
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I think the problem is that the existing layout somehow really is screwing up the document flow. I have tried recreating the site's layout and I just can not reproduce this type of scrolling. I gave a border to the containing grid's div: <div id="grid" style="border: 1px solid black"> ... all the grid code ... </div> It turns out that the grid div scrolls as should be expected. But the content that is inside the grid stays in a fixed place. Using the IE Developer Toolbar (which turned on following my uninstallation of it, that is another story) I was able to pinpoint that an internal div with a class of objbox is the item that is remaining where I do not want it to be, and it has a position: relative; set on it. Now if I change the <div id="grid" to have a position: relative; it takes on fixed position qualities. To resolve this issue I set the <div id="grid" parent div which has the overflow:auto property and set it to have position: relative and blamo the problem was fixed. Now, I can not really say why that setting the parent position to relative fixed this issue. When I saw what was really going on something in the back of my head let me know that setting the parents position might fix the problem. I must have read it somewhere in the past. If anyone could give me a better explanation as to what might be going on with the documents flow I would be very interested. As for the other issue with the IE Development Toolbar, which I find to be the most interesting item of my day. This morning I was going through my computer and cleaning it out, getting rid of all the old any moldy applications that I did not need. While in Add/Remove programs I see IE Development Toolbar, I remember having installed it a few months back and remember the frustration of not being able to get it to show up in IE. Since it is not working I decided it would be a great idea to uninstall it. So I did. Later it comes time for testing the application in IE and I see a new icon on my toolbar, IE Development Toolbar, and at the same time the JavaScript Editor window pops up to let me know that there is an error on the page (the page being google.com) and asking me if I would like to debug. I click no, close the dialog, and load up my application, and the window pops up again warning me of an error. This continues on every single page I visit. It turns out there is a bug in the IE Developer Toolbar: var collSelectors = selectFactory.createSeletorCollection(); part of the IE Developer's toolbar internal library is spawning an error on every single page I visit. So this is officially the first time that I have chosen to uninstall a piece of software and end up having it install the software. Now I am going to have to figure out some way of routing this out of my computer because although being able to inspect the code on all of my pages is great, having an error spawn on every page I visit really removes that benefit. So to end all this. 1. If anyone could explain what might be causing that weird document flow issue with the position: relative I would be interested. 2. If anyone know how to really uninstall the IE Developer Toolbar I would be more than interested to know. Thanks, Dan Dan [url=http://www.codetown.org]Code Town[/url] | [url=http://www.zombiehead.org]Zombie Head[/url] | [url=http//www.howmuchtp.com]How Much TP?[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »