Forums
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
PIE don't work on <tr> element
Author |
Message |
xnhinzkyx
Joined: Fri Mar 22, 2013 11:04 am Posts: 2
|
 PIE don't work on <tr> element
I have a problem setting a style to a table where I have to fire a style to a tag using linear gradient but it works on tag.
code:
tr class="header" tr class="post"
style: .header { background-color:#08484a; background-image: -moz-linear-gradient(top , #08484a, #16694f 44px); background-image: -webkit-linear-gradient(top , #08484a, #16694f 44px); background-image: -o-linear-gradient(top , #08484a, #16694f 44px); background-image: -ms-linear-gradient(top , #08484a, #16694f 44px); background-image: linear-gradient(top , #08484a, #16694f 44px); -pie-background: linear-gradient(top , #08484a, #16694f 44px); /* IE 6-9 */ position: relative; behavior: url(PIE.htc); }
Has anyone encountered my issue? Please help.
Thanks
|
Fri Mar 22, 2013 11:07 am |
|
 |
xem
Joined: Thu Apr 07, 2011 3:23 am Posts: 73
|
 Re: PIE don't work on <tr> element
Can't you just apply this code to the TD / TH elements inside your TR ?
At least to see if it works like that.
I think TR are special elements that can't contain anything else than TD or TH elements, that would be why PIE can't attach to them...
|
Mon Mar 25, 2013 7:53 am |
|
 |
xnhinzkyx
Joined: Fri Mar 22, 2013 11:04 am Posts: 2
|
 Re: PIE don't work on <tr> element
Thanks for your reply but it works fine on TD or TH but TR won't, maybe it really won't work on TR tag
|
Mon Mar 25, 2013 10:44 am |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 4 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|