Results 1 to 3 of 3

Thread: borders in firefox?

  1. #1
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default borders in firefox?

    Hi wonder if anyone can help.

    I have borders that do not display properly in firefox, but of course work a dream in IE. I enclose my page code and css below appreciate it anyone can help.

    thx

    My Page Code

    ----------------------------------------------------------------------
    <table width="95%" border="0" cellpadding="0" cellspacing="0" style="border: thin solid #ccc; "class="witness20062" >
    <tr>
    <td colspan="5" td class="titlesim">
    WITNESS 2006 - the wait is over...</td>
    </tr>
    <tr>
    <td>
    <p> </p>
    <p><img src="/images/sim4.gif" class="pic" /></p>
    <p>The New WITNESS 2006 offers ground-breaking modeling options complemented by the release of the new WITNESS Scenario Manager, the sophisticated new analytical and evaluation capability that further sets WITNESS apart.</p>
    <p><a href="http://www.lanner.com/products/witness_2006_release.php" class="link style14">Learn more...</a></p>
    <p></p></td>
    </tr>
    <tr>
    <td class="titlesim">SIMULATION IN ACTION </td>
    </tr>
    <tr>
    <td >Take another look at why simulation and optimization from Lanner help to transform your decision-making!</p>
    <ul class="home"><br>
    <li class="style14"><a href="/products/why_simulation.php"class="link">Why simulation software?</a></li>
    <li class="style14"><a href="/solutions/business_process_improvement_bpi.php"class="link">Simulation and Process Improvement</a></li>
    <li class="style14"><a href="/industries/government/government_overview.php"class="link">Simulation and Government</a></li>
    <li class="style14"><a href="/industries/energy.php"class="link">Simulation and Energy</a></li>
    <li class="style14"><a href="/solutions/business_process_management_bpm.php"class="link">Simulation and BPM</a></li>
    <li class="style14"><a href="/industries/automotive.php"class="link">Simulation and Automotive</a></li>
    <li class="style14"><a href="/services/consulting/consulting_services.php"class="link">Simulation Consulting Solutions</a></li>
    <li class="style14"><a href="/company/company_overview.php"class="link">About Lanner</a></li>
    </ul>
    <p></p></td>
    </tr>
    <tr>
    <td bgcolor="#999999" class="style10"></td>
    </tr>
    </table>

    ----------------------------------------------------------------

    My CSS code

    -----------------------------------------------------------------

    .witness20062 {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url(/images/bck.gif);
    background-repeat: repeat;
    padding: 5px;
    }

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    style="border: thin solid #ccc; "class="witness20062" >
    I think you mean
    Code:
    style="border: thin solid #ccc;" class="witness20062" >
    The position of that space can make a fairly vital difference.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks working fine

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •