I have some trouble to rounded corners to work in lower part in IE6
Have a little fix: http://temp.sollentunapartiet.se/templa ... /iefix.css
The page is working in FF Opera and Safari...
/Anders
css problem > IE6
Hi,
if I remember it right, this should work:
instead of
and so on
claus
EDIT: Did I get your question right? Not sure...
if I remember it right, this should work:
Code: Select all
* html div.meny_wrapp {
width: 665px;
}Code: Select all
html * div.meny_wrapp {
width: 665px;
}claus
EDIT: Did I get your question right? Not sure...
Hi tellus,
I am not sure whether I have understood you correctly.
Try:
Good luck, Heiko...
I am not sure whether I have understood you correctly.
Try:
Code: Select all
/* IE 6 Fix */
div.over_vanster {
background-image: none; /*switch off the defined bg of .main_bg of our standard css*/
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../picture/sidelement/ram/over_vanster.png', sizingMethod='crop');
}
/* background for other browsers */
html>body div.over_vanster {
background: url(./../picture/sidelement/ram/over_vanster.png);
}