hello,
i’m in trouble with ie because css3 box shadow and rgb colours does not appear in ie 7 and 8. i use modernizr but it does not solve the problem. do you have any suggestions?
thank you very much
Hi, try this one http://fetchak.com/ie-css3/
what for do we use modernizr? not for cross browser support for css3 and html5 elements ? somehow it does not work for me
Modernizr doesn’t provide scripts that will add itself CSS3 support for an old browsers. In this case modernizr only detects what classes browser doesn’t support.
- Exclusive Author
- Item was Featured
- Author was Featured
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Sold between 50 000 and 100 000 dollars
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
I’d recommend PIE too. 
i downloaded the pie source and modified code like
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
behavior: url(PIE.htc);
but it doesnt work again- Most Wanted Bounty Winner
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Won a Competition
- Bought between 100 and 499 items
- Exclusive Author
- Referred between 200 and 499 users
Why do you need round corners and shadows in IE? :-/
Because i am developing a Facebook theme and it has css3 box shadows and rgba colors in it. it looks good in new browsers but IE is nightmare. i thought its easy to solve this problem with modernizr but i think i did not understand what for people uses modernizr 
I’m sure every TF author has easy Solution for css3 browser support and i would happy to read your Answers. TY wery much.
PS; it looks better with pie. but not good enough
PS2: this theread would be very usuful for the users who has the same problem with css3. ty again
- Most Wanted Bounty Winner
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Won a Competition
- Bought between 100 and 499 items
- Exclusive Author
- Referred between 200 and 499 users
H4run said
I’m sure every TF author has easy Solution for css3 browser support and i would happy to read your Answers. TY wery much.
Yes, i have the most easy solution for css3 browser support. None
no shadows, no round corners, no pseudo selectors, no rgba elements, etc..
I keep the fancy stuff only for the fancy browsers. For everything else i make sure that the site looks good(in terms of layout). IE users can live without rgba and box-shadow anyway 
