Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.



Reply
 
LinkBack Thread Tools
  #1  
Old 06-03-2007, 02:41 AM
Chris
Newsgroup Contributor
 
Posts: n/a
Vertical Scrollbar BUG?!

i have a website that has a DIV element with auto overflow. The scrollbar
appears as needed but when it does, internet explorer mis-calculates the
height of the "Slider" part of the scrollbar! if you drag the slider down,
once it hits what it thinks is the bottom, the slider suddenly shrinks and
jumps up the scrollbar! this happens several times before i manage to get to
the actual bottom! if this makes no sense please look at
http://www.wowcollection.com.au/catalogue.php from i.e.

Does anyone know if this is a known bug?

Thanks

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-03-2007, 02:41 AM
  #2  
Old 06-03-2007, 02:41 AM
Chris
Newsgroup Contributor
 
Posts: n/a
RE: Vertical Scrollbar BUG?!

Sorry Wrong address quoted, should be:

http://www.wowcollection.com.au/V2/catalogue.php

Thanks

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3  
Old 06-03-2007, 12:21 PM
Rob ^_^
Newsgroup Contributor
 
Posts: n/a
Re: Vertical Scrollbar BUG?!

Hi Chris,

I had a look at your page and inspected it with Debug-bar
(http://www.debugbar.com).

As well as the scrolling problem you mentioned (I think this is related) the
div (id=head) takes the top z-index when the page is resized and its
contents is hidden. I think this is what happens when a user scrolls the
"main" div and the contents disappears.

Ah... here it is in your stylesheet... body z-index=0 (your stretched
background image), #head z-index=0, #main z-index=5,

Give your head div a non-zero z-index... I have a feeling though that this
will blow away the effect of a transparent background though.

For styling issues with IE you can also download the MS Developers toolbar

http://www.microsoft.com/downloads/d...displaylang=en

Regards.
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:AF663162-4EC4-4441-BB94-DEBB5C7B8AEB@microsoft.com...
> Sorry Wrong address quoted, should be:
>
> http://www.wowcollection.com.au/V2/catalogue.php
>
> Thanks
>
> Chris



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4  
Old 06-03-2007, 02:50 PM
Chris
Newsgroup Contributor
 
Posts: n/a
Re: Vertical Scrollbar BUG?!

Hi rob,

Thanks for the suggestions! Tried changing the z-index's as you suggested
but it dosent make a difference! its not that the content is dissapearing, it
is all still there, it is just that the height of the scrollbar does not
match the height of the div.

Have just downloaded the debug toolbar though! thanks for the link.

Chris

"Rob ^_^" wrote:

> Hi Chris,
>
> I had a look at your page and inspected it with Debug-bar
> (http://www.debugbar.com).
>
> As well as the scrolling problem you mentioned (I think this is related) the
> div (id=head) takes the top z-index when the page is resized and its
> contents is hidden. I think this is what happens when a user scrolls the
> "main" div and the contents disappears.
>
> Ah... here it is in your stylesheet... body z-index=0 (your stretched
> background image), #head z-index=0, #main z-index=5,
>
> Give your head div a non-zero z-index... I have a feeling though that this
> will blow away the effect of a transparent background though.
>
> For styling issues with IE you can also download the MS Developers toolbar
>
> http://www.microsoft.com/downloads/d...displaylang=en
>
> Regards.
> "Chris" <Chris@discussions.microsoft.com> wrote in message
> news:AF663162-4EC4-4441-BB94-DEBB5C7B8AEB@microsoft.com...
> > Sorry Wrong address quoted, should be:
> >
> > http://www.wowcollection.com.au/V2/catalogue.php
> >
> > Thanks
> >
> > Chris

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5  
Old 06-03-2007, 05:50 PM
Rob ^_^
Newsgroup Contributor
 
Posts: n/a
Re: Vertical Scrollbar BUG?!

Hi Chris,

You page is too complicated and copy protected for me to warrant spending
much time on it. Persevere with the debug bar it will prove invaluable. If
it is not z-order (the 'main' div is hidden by the 'header' div on my
machine when I resize the page/IE window), then I am guessing that it will
be positioning.

positioniseverything.org may provided you with some insight into IE's div
positioning features.

also

Cascading Style Sheet Compatibility in Internet Explorer 7

http://msdn.microsoft.com/library/de...css_compat.asp


Regards.
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:9F3060F0-10B9-4E05-B319-D4566F791C6C@microsoft.com...
> Hi rob,
>
> Thanks for the suggestions! Tried changing the z-index's as you suggested
> but it dosent make a difference! its not that the content is dissapearing,
> it
> is all still there, it is just that the height of the scrollbar does not
> match the height of the div.
>
> Have just downloaded the debug toolbar though! thanks for the link.
>
> Chris
>
> "Rob ^_^" wrote:
>
>> Hi Chris,
>>
>> I had a look at your page and inspected it with Debug-bar
>> (http://www.debugbar.com).
>>
>> As well as the scrolling problem you mentioned (I think this is related)
>> the
>> div (id=head) takes the top z-index when the page is resized and its
>> contents is hidden. I think this is what happens when a user scrolls the
>> "main" div and the contents disappears.
>>
>> Ah... here it is in your stylesheet... body z-index=0 (your stretched
>> background image), #head z-index=0, #main z-index=5,
>>
>> Give your head div a non-zero z-index... I have a feeling though that
>> this
>> will blow away the effect of a transparent background though.
>>
>> For styling issues with IE you can also download the MS Developers
>> toolbar
>>
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>> Regards.
>> "Chris" <Chris@discussions.microsoft.com> wrote in message
>> news:AF663162-4EC4-4441-BB94-DEBB5C7B8AEB@microsoft.com...
>> > Sorry Wrong address quoted, should be:
>> >
>> > http://www.wowcollection.com.au/V2/catalogue.php
>> >
>> > Thanks
>> >
>> > Chris

>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vertical Scrollbar missing in IE7 for MSDN pages. Chompers Internet Explorer 40 03-28-2009 03:55 AM
Display vertical scrollbar on left side of screen wattsnew Microsoft Office 1 07-30-2007 09:40 AM
Custom scrollbar Dariusz.Gunia@blstream.com Pocket PC General 0 07-12-2007 05:31 AM
Scrollbar width Val Windows Vista 3 07-11-2007 10:20 PM
scrollbar speed sillystring.theory@gmail.com Windows XP 1 01-04-2007 04:51 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:43 AM.


2003 - 2010 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0