Digital prints site, formatting wrong in IE6 - Joomla! Forum - community, help and support
hi all
i have built site offers business's pro photographers digital prints, photo books, canvas prints , gifts these products @ whole sale prices. while happy site, when open in ie6 there formatting issue going on, right hand module. have attempted fix css code looks correct, in ie6 site looks bad. below site.
http://www.photocreateb2b.com.au/
does 1 have idea’s going on?
also feedback or suggestions appreciated first site have built.
thanks
brendon
i have built site offers business's pro photographers digital prints, photo books, canvas prints , gifts these products @ whole sale prices. while happy site, when open in ie6 there formatting issue going on, right hand module. have attempted fix css code looks correct, in ie6 site looks bad. below site.
http://www.photocreateb2b.com.au/
does 1 have idea’s going on?
also feedback or suggestions appreciated first site have built.
thanks
brendon
a pox on microsoft ie6
try this:
this example - it's hack serves different instructions ie6 compliant browsers - ignore whole entry see *html
btw - have no idea whether or not 210px wide ie6 help, wanted illustrate hack.
good luck!
try this:
code: select all
#leftcol {
float:right;
margin:0;
width:190px;
}
*html #leftcol {
float:right;
margin:0;
width:210px;
}
this example - it's hack serves different instructions ie6 compliant browsers - ignore whole entry see *html
btw - have no idea whether or not 210px wide ie6 help, wanted illustrate hack.
good luck!
Comments
Post a Comment