Is Anyone Familiar With Safari And Proboards

Discussion in 'JavaScript' started by tunescool, Nov 7, 2010.

  1. #1
    http://celebnook.proboards.com/index.cgi

    ive had this problem for over a year and noone really understands safari at proboards. the category bars and others hang off on the rite. this code was given to me a long time ago and i cant tell you if it ever worked or why i even have it my headers/footers still


    <script type="text/javascript">
    <!--
    // Remove Catbg Overhang (Safari)..

    var catbar = document.getElementsByTagName('td');
    for(c=0; c<catbar.length; c++)
    {
    if(catbar[c].className == 'catbg' && (catbar[c].colSpan == '5' || catbar[c].colSpan == '2'))
    {
    catbar[c].colSpan--;
    }}
    // -->
    </script>
     
    tunescool, Nov 7, 2010 IP
  2. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #2
    could anyone help me
     
    tunescool, Dec 7, 2010 IP
  3. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I don't understand what the problem is...the site looks fine in Safari (windows one)
     
    tvoodoo, Dec 7, 2010 IP
  4. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #4
    it seems over time the main page went back to normal, maybe codes i took out. but the thread and thread listing page still have the problem, where New Poll is and the time on the thread page. i use a mac

    [​IMG] [​IMG]
     
    tunescool, Dec 7, 2010 IP