Posted in RocketTheme
0 comments
06/17 2010
Rokstories IE Layout Issue Showcase
If you are experiencing a Rockstories (Rockettheme) layout problem in showcase mode within IE this will help. Set your heights and widths as appropriate in the CSS below.
Locate /modules/mod_rokstories/tmpl/css/rokstories.css and add the following:
.feature-block .image-container .image-full {position:relative;overflow: hidden;
/*IE Hack*/
*width:600px;
}
.feature-block .desc-container {overflow: hidden;position: relative;
/*IE Hack*/
*height:420px; *width:270px;*position: absolute;
}
