Table size and box shadow with (Firefox & 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.
2 posters

    Table size and box shadow with (Firefox & Internet Explorer)

    avatar
    Ahmed.K
    Forumember


    Posts : 349
    Reputation : 4
    Language : English

    Table size and box shadow with (Firefox & Internet Explorer) Empty Table size and box shadow with (Firefox & Internet Explorer)

    Post by Ahmed.K October 30th 2011, 3:35 pm

    Hi,
    There is a problem with Table size and box shadow when using (Firefox & Internet Explorer) browsers

    - Table size: not same in the Firefox and Internet Explorer browsers, there is a difference in the size.
    Example: here (see that in Firefox and Internet Explorer)

    - box shadow: there is a shadow with the quote system. but you can see this shadow with Firefox but you can not with Internet Explorer.
    Example: here (see that in Firefox and Internet Explorer)

    Any idea about this problem ?
    Thanks.
    avatar
    Ahmed.K
    Forumember


    Posts : 349
    Reputation : 4
    Language : English

    Table size and box shadow with (Firefox & Internet Explorer) Empty Re: Table size and box shadow with (Firefox & Internet Explorer)

    Post by Ahmed.K November 1st 2011, 8:27 pm

    Another technical problem.
    codebox with white-space: pre; on Internet Explorer.
    Code:
    .codebox dd.cont_code {
       max-height: 400px;
       white-space: pre;
            overflow: auto;
       }

    This Css code looks normal with Firefox:
    Table size and box shadow with (Firefox & Internet Explorer) F_bmp10

    but there is something wrong with Internet Explorer, with Internet Explorer (max-height: 400px;) is the default, and this is wrong:
    Table size and box shadow with (Firefox & Internet Explorer) I_bmp10

    any ideas about that too ?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Table size and box shadow with (Firefox & Internet Explorer) Empty Re: Table size and box shadow with (Firefox & Internet Explorer)

    Post by LGforum November 1st 2011, 8:35 pm

    Internet Explorer does not support the box-shadow rule, as it is CSS3
    avatar
    Ahmed.K
    Forumember


    Posts : 349
    Reputation : 4
    Language : English

    Table size and box shadow with (Firefox & Internet Explorer) Empty Re: Table size and box shadow with (Firefox & Internet Explorer)

    Post by Ahmed.K November 1st 2011, 10:10 pm

    LGforum wrote:Internet Explorer does not support the box-shadow rule, as it is CSS3
    yes I found that. but what about the other issues ?