Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

firefox stylesheet problem

  • 11-08-2004 03:02PM
    #1
    Registered Users, Registered Users 2 Posts: 648 ✭✭✭


    Hi ive got a style as follows

    table.moduletable th {
    background: url('/try3/images/moduleCourage.gif') fixed no-repeat;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    text-align: center;
    text-indent: 2px;
    width: 100%;
    height: 20px;
    background-color : #c0bf97;
    }


    In IE i can see the background image in the th.
    HOWEVER in Firefox i cannot.
    Does anyone know if firefox supports the above...or any work around??

    Tnx


Comments

  • Closed Accounts Posts: 304 ✭✭Zaltais


    Works fine for me using this code in Firefox 9.1:
    <style>
    table.moduletable th {
    background: url('/try3/images/moduleCourage.gif') fixed no-repeat;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    text-align: center;
    text-indent: 2px;
    width: 100%;
    height: 20px;
    background-color : #c0bf97;
    }
    </style>
    
    <table class="moduletable">
    	<tr>
    		<th>Header Row</th>
    	</tr>
    	<tr>
    		<td>Normal column</td>
    	</tr>
    </table>
    

    Can you post the exact code you're using somewhere?


Advertisement