-
AuthorPosts
-
thefc_uk Friend
thefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
March 17, 2011 at 4:05 pm #161592We are experiencing styling issues with internet explorer 7 and 8 on the modules.
On a Mac in FF and Safari, all is well with the modules having a shadow style at the bottom. This is missing on IE 7/8
Any help would be great – http://dev.btuh.nhs.uk.php5-17.dfw1-1.websitetestlink.com/btuh/
Attachments illustrate the problem.
thanks
thebb
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 17, 2011 at 6:08 pm #381939<em>@stuaforr 228397 wrote:</em><blockquote>We are experiencing styling issues with internet explorer 7 and 8 on the modules.
On a Mac in FF and Safari, all is well with the modules having a shadow style at the bottom. This is missing on IE 7/8
Any help would be great – http://dev.btuh.nhs.uk.php5-17.dfw1-1.websitetestlink.com/btuh/
Attachments illustrate the problem.
thanks
thebb</blockquote>Use Either this code
This code will help you in terms of bringing shadow
div.ja-moduletable, div.moduletable {
-moz-border-radius: 8px 8px 8px 8px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=165, Color='#969798')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=165 , Color='#969798');}
Else Follow the instruction to bring both rounded corner and also drop down shadow in css for IE 7
http://dimox.net/cross-browser-css3-box-shadow/
http://dimox.net/cross-browser-border-radius-rounded-corners/
1 user says Thank You to chavan for this useful post
thefc_uk Friendthefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
April 10, 2011 at 7:27 pm #385650Hi
Many thanks for your comment Chavan.
I’ve not been able to solve the issue of the drop shadow on the modules without affecting the whole of the module’s content i.e. the boundaries and the text :((
However, for anyone interested in the rounded corners read on…
- This asumes you are using T3 v2 templates
- In the templates folder you will find the sub-folder ‘blocks’
- In ‘blocks’ you will find the php file for ‘ie-rounded.php’
- Open the file and make your additions/amendments
In my case I added rules for the contenheading and componentheading tags. For this to work in IE8, the visitor must be using compatibility mode!
Hope this helps another poor sole battling clients still using IE7! and IE8 and most likely IE9!!!!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by thefc_uk 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
CSS module styling issues in Internet Explorer 7 (IE7)
Viewing 3 posts - 1 through 3 (of 3 total)