-
AuthorPosts
-
mx5gr Friend
mx5gr
- Join date:
- September 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 29, 2010 at 1:00 pm #155845We have an issue with the latest version of JA Social, 1.2.0, and CurvyCorners.js
We use custom h3 module headers in some of our modules in order to enrich them with images, defines as background images within module, similar to:
div.ja-moduletable_mags h3, div.moduletable_mags h3 {
background: #FFFFFF url(../images/mags.gif) no-repeat;
background-position: 10px 8px;
color: #fff;
font-size: 110%;
/*font-family: "Segoe UI", Helvetica, sans-serif;*/
font-weight: bold;
margin: 0;
padding: 10px 15px;
text-transform: uppercase;
text-indent: -1500px;
}
Under Chrome & Mozilla, the modules appear correctly. Under IE, as soon as the complete page is loaded (until then the background images appear) and curvycorners is launched to round the module corners, the backround images disappear and we get only white, which is the background color of the h3 tag, not the images.
We tried to play a bit with z-index, to no effect
Any ideas?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 3, 2010 at 4:37 am #361467<em>@mx5gr 201143 wrote:</em><blockquote>We have an issue with the latest version of JA Social, 1.2.0, and CurvyCorners.js
We use custom h3 module headers in some of our modules in order to enrich them with images, defines as background images within module, similar to:
div.ja-moduletable_mags h3, div.moduletable_mags h3 {
background: #FFFFFF url(../images/mags.gif) no-repeat;
background-position: 10px 8px;
color: #fff;
font-size: 110%;
/*font-family: "Segoe UI", Helvetica, sans-serif;*/
font-weight: bold;
margin: 0;
padding: 10px 15px;
text-transform: uppercase;
text-indent: -1500px;
}
Under Chrome & Mozilla, the modules appear correctly. Under IE, as soon as the complete page is loaded (until then the background images appear) and curvycorners is launched to round the module corners, the backround images disappear and we get only white, which is the background color of the h3 tag, not the images.We tried to play a bit with z-index, to no effect
Any ideas?</blockquote>
Please give me your site url :), however, try this first, you try to replace that block by:
div.ja-moduletable_mags h3, div.moduletable_mags h3 {
background: #FFFFFF url(../images/mags.gif) no-repeat !important;
background-position: 10px 8px;
color: #fff;
font-size: 110%;
/*font-family: "Segoe UI", Helvetica, sans-serif;*/
font-weight: bold;
margin: 0;
padding: 10px 15px;
text-transform: uppercase;
text-indent: -1500px;
}
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by mx5gr 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum