SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: Bordercolor tag not working in Mozilla

  1. #1
    SitePoint Member
    Join Date
    Mar 2003
    Location
    CT
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation Bordercolor tag not working in Mozilla

    Ok, here's my dilemma, my current layout looks like sh!t in anything other than IE. So now, 3 months later, I'm working on a new layout that is compatible with Mozilla (which will make it compatible with pretty much everything). Here's the page: http://sfne.com/v5123. Now the problem is, why the hell isn't Mozilla using the bordercolor tag?! All the borders are grey, dispite me telling them to be white. Here's what I'm putting exactly:
    Code:
    bordercolor='#FFFFFF'
    Does Mozilla not allow it in a TD tag or what? And if not, I need a good substitute. Somebody help!

  2. #2
    ********* Shroom mydster's Avatar
    Join Date
    Nov 2002
    Location
    tpyge
    Posts
    1,085
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe it is this:

    border-color='#FFFFFF' in CSS.

  3. #3
    Your Lord and Master, Foamy gold trophy Hierophant's Avatar
    Join Date
    Aug 1999
    Location
    Lancaster, Ca. USA
    Posts
    12,305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SFNE Freak
    Ok, here's my dilemma, my current layout looks like sh!t in anything other than IE. So now, 3 months later, I'm working on a new layout that is compatible with Mozilla (which will make it compatible with pretty much everything). Here's the page: http://sfne.com/v5123. Now the problem is, why the hell isn't Mozilla using the bordercolor tag?! All the borders are grey, dispite me telling them to be white. Here's what I'm putting exactly:
    Code:
    bordercolor='#FFFFFF'
    Does Mozilla not allow it in a TD tag or what? And if not, I need a good substitute. Somebody help!
    bordercolor is a Microsoft Proprietary Tag. You will need to use CSS to institute bordercolors in Mozilla or Opera.
    Wayne Luke
    ------------


  4. #4
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,242
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    Any easy CSS option would follow these lines; whatever {border : 1px solid white;}
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

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
  •