Internet explorer  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Internet explorer

    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    In progress Internet explorer

    Post by petros_7 August 9th 2011, 2:43 pm

    Hi, how can I do to operate and Internet explorer

    this script

    Code:
    .bodyline { border: 3.8px #7199ab solid; }

    .bodyline{
            box-shadow:1px 1px 18px #000000;

     
      }

    hoodedwarbler12
    hoodedwarbler12
    Forumember


    Male Posts : 521
    Reputation : 117
    Language : English, Latin, HTML, JavaScript
    Location : Tennessee, USA

    In progress Re: Internet explorer

    Post by hoodedwarbler12 August 9th 2011, 2:55 pm

    Code:
    .bodyline { border: 3.8px #7199ab solid; }

    .bodyline{
            box-shadow:1px 1px 18px #000000;
            -moz-box-shadow:1px 1px 1px 18px #000000
            -webkit-box-shadow:1px 1px 1px 18px #000000
    }

    I hope this works. Smile
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    In progress Re: Internet explorer

    Post by petros_7 August 9th 2011, 3:04 pm

    this does not work
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: Internet explorer

    Post by Nera. August 9th 2011, 3:05 pm

    You can take a look http://placenamehere.com/article/384/css3boxshadowininternetexplorerblurshadow/
    Add the filter you want below .bodyline { and close it } it if that suits your wishes.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    In progress Re: Internet explorer

    Post by kirk August 9th 2011, 6:17 pm

    wowo just goes to show how much stuff is out there.
    First i ever heard or seen of this.
    avatar
    Guest
    Guest


    In progress Re: Internet explorer

    Post by Guest August 9th 2011, 9:08 pm

    IE9 supports box-shadow and most other CSS3 properties -- everywhere except on forumotion. The good folks at eToxic have added a META tag to each board that tells IE9 to view every page in IE8 mode. Well, that's not entirely true. The META tag tells IE9 to view the post compose page in IE7 quirks mode. Rolling Eyes

    It would be nice if the good folks at eToxic removed this META tag. It was added to support seldom-used BBcodes, and the best solution is to remove the META tag, the BBcodes (fliph/flipv/blur/fade), and the HUGE amount of CSS those BBcodes require (and take away from your user CSS space).
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    In progress Re: Internet explorer

    Post by petros_7 August 10th 2011, 12:49 am