Jehangir Larry wrote:
> Please see report http://www.browsercam.com/public.aspx?proj_id=320273 
> for www.teerthyatri.com
> Except IE6 all OK. [Don't care about Netscape 4.]
> Grateful for advice.
> TIA
> _
> Larry
>
Larry, *both ie 6 and 7* have issues. Hold off a while on the below 
"fixes." While they seemed to work on this end (xp/local), someone else 
on the list may have a simpler more efficient solution for you.

In ie7.0 the search thing is crossing over into the content block; and, 
the v-menu is slightly overlapping it: And it's going crazy at text-size 
"largest" (ie font-scaling bug).
body, html {  font-size:/*1em*/100%;  } <<< ammend  
<div style="width: 145px; /*height: 60px;*/ float: left;"> <<< delete 
the height 
<input type="text" style="width: 138px" name="q"  maxlength="255" 
value="Search" /> <<< tweak width to 138px or less.
<div style="width: 145px; height: 60px; float: left;"><<< add float: 
left;   
#vert {/*height:14.3em;*/ clear: left;} <<< add clear: left; delete height
Delete the below hack ( it is malformed and not needed).
* html #vert .menu {width:173px; w\idth:173px;}  

Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to