Re: [WSG] Vertical Scrollbar on DIVs

2004-10-01 Thread Andrew Poulos
Andrew Poulos wrote: First, I have an absolutely positioned DIV that has its overflow set to auto. When the text in the DIV, which fits completely within the boundary of the DIV, is resized up or down from 100% a vertical scrollbar appears in MZ and FF even if the text still fits completely

[WSG] Vertical Scrollbar on DIVs

2004-09-30 Thread Andrew Poulos
the A (info.png is actually larger than 80 x 30 px). Why is a border appearing? Andrew Poulos ** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration

[WSG] Get DIV height

2004-09-25 Thread Andrew Poulos
to return the height of the contents if the contents is larger than the height allocated to the DIV? Andrew Poulos script type=text/javascript function sizer() { var obj = document.getElementById(myDiv).offsetHeight; alert(obj); } /script style type=text/css #myDiv {position:absolute; left

[WSG] font sizing

2004-09-24 Thread Andrew Poulos
to stay within their non-sizeable containers. Andrew Poulos ** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney