|
-
Sep 9th, 2007, 11:09 PM
#1
Thread Starter
Hyperactive Member
CSS, a little off topic...
Hi
does anybody know why IE 6 and 7 (havent tested others) will not show the effects of this table header style (<th>table header here</th>), and if not, what about a work around.
Code:
th { background-image: url('images/stripe.gif'); background-repeat:repeat ; height: 50px }
It works fine with firefox.
I have concluded that Mozilla need a FAQ page for IE developers, they f*** things up...
-
Sep 9th, 2007, 11:42 PM
#2
Addicted Member
Re: CSS, a little off topic...
I have tested this with IE 6 its working
Code:
<TABLE border="1" width="100%">
<TH style="background-image: url('lor39a.jpg'); background-repeat:repeat; height:50px">TABLE HEADING
HERE</TH>
<TR>
<TD>HELLO</TD>
</TABLE>
Last edited by vksingh24; Sep 10th, 2007 at 04:23 AM.
Do Good. Be Good. The World is yours.
-
Sep 11th, 2007, 02:10 PM
#3
Hyperactive Member
Re: CSS, a little off topic...
try nesting the selector th with the table tag and see what happens, like so:
table th {/*my style code*/}
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|