RE: [css-d] Refresh needed and Jumping Div's (IE6/Win)

2005-07-29 Thread Glenn E. Lanier, II
 From:  Glenn E. Lanier, II
 Sent: Wednesday, July 27, 2005 4:28 PM

 http://bellsouthpwp.net/S/p/Speedy7/transcript.html (CSS inline
 for ease in troubleshooting)) that displays a section of a 
 form on page load.

 The problem is that when additional fields are displayed, the 
 bottom border of
 the fieldset is redrawn (as new items are contained in the 
 fieldset), but a
 little portion of the line is still displayed at the original 
 location. Resizing
 the window and/or switching to another window and back clears 
 this left-over
 bit. My question, what should I do to correct this behavior? 

Not sure it was the correct thing to do, but I fixed this by hiding the
containing div and redisplaying it.

 Also, in IE, when
 the additional fields are displayed, the last one is mostly 
 cut off -- why?

Also corrected, by adding a _margin-bottom:1em to the  div.Self, div.College,
div.Other, div.CollegeOther  definition.

 The second problem, and probably easier to diagnose, deals with the
 divAddTranscript (the Add Transcript) link -- when you 
 mouseover/hover in IE it
 shifts vertically toward the top of the screen a few pixels; 
 subsequent
 mouseovers have it staying put (once shifted, no more shifts).

I'm still having trouble with understanding what is causing the upward vertical
shift when hovering on the Add Transcript button the first time. 

Thanks for any help.

--G

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Refresh needed and Jumping Div's (IE6/Win)

2005-07-27 Thread Glenn E. Lanier, II
I have a page ( http://bellsouthpwp.net/S/p/Speedy7/transcript.html (CSS inline
for ease in troubleshooting)) that displays a section of a form on page load.
The section displayed is a frameset with a couple of select boxes. When a
selection is made in the first box (Send To:), a JavaScript function is called
to determine which fields to show in the fieldset (select college or other for
the most fields).
 
The problem is that when additional fields are displayed, the bottom border of
the fieldset is redrawn (as new items are contained in the fieldset), but a
little portion of the line is still displayed at the original location. Resizing
the window and/or switching to another window and back clears this left-over
bit. My question, what should I do to correct this behavior? Also, in IE, when
the additional fields are displayed, the last one is mostly cut off -- why?
 
The second problem, and probably easier to diagnose, deals with the
divAddTranscript (the Add Transcript) link -- when you mouseover/hover in IE it
shifts vertically toward the top of the screen a few pixels; subsequent
mouseovers have it staying put (once shifted, no more shifts).
 
Thanks for any and all help.
 
--G
 
  _  

Glenn E. Lanier II

* Email:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/