Gintautas Simkus wrote:
> Hello,
>
> I got this glitch with IE-7 which you can take a look at @
> http://www.archsite.net
>   

Glitch in IE/6.0, too-- logo and validation image no shows.

.layout {           
overflow-y:hidden; <--------- :: add to hold to contain width and 
prevent h-scroll bar in IE.
}

#logo {                   
background-image: url( logo_fin.png ); <--------- :: IE/6 has difficulty 
with all six of these rules, delete all of them (except for the height 
and width of the division).
background-color: transparent;
 position: absolute;
left: 204px;
right: 0;
top: 0px;
}

Re-set this declaration to read:
.box {      
background: url( logo_fin.png ) 203px 0 no-repeat;
width: 750px;
height: 200px;
float: left;
}
#content {
overflow: auto;<---------- :: delete
overflow-y:scroll;<---------- :: add
}

Users who need to scale  fonts may have difficulty  with your page...


-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

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

Reply via email to