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.

CSS question

  • 23-11-2008 04:17PM
    #1
    Registered Users, Registered Users 2 Posts: 19,020 ✭✭✭✭


    This post has been deleted.


Comments

  • Closed Accounts Posts: 7,144 ✭✭✭DonkeyStyle \o/


    Can you rephrase the question or give more information? I'm not sure what the problem is.
    The CSS works for me (FF3 & IE6)


  • Registered Users, Registered Users 2 Posts: 19,020 ✭✭✭✭Mimikyu


    This post has been deleted.


  • Closed Accounts Posts: 7,144 ✭✭✭DonkeyStyle \o/


    It works in FF for me, but that's just for the little bit of html I threw together as a test... the problem might be in your html somewhere.
    What I usually do when I can't get some CSS working is strip the page down... take out everything that isn't directly related to the problem area... put all the CSS in the head section, boil it down to as few lines as possible and go from there.
    It might be the 'double' border style... I know I had some crap before with IE and the dashed line style, so maybe try applying a more simple border and see if that takes... at least you'll know if that's it or not.
    Try:
    border: 1px solid #000;
    


Advertisement