Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: CSS across browsers

    Quote Originally Posted by mojo13 View Post
    So, to update, I tried in IE but nothing works there at all. That is no round corners, no linear gradient (but can wait for IE10, although I tested in Windows Internet Explorer Platform Preview but nothing), margins are off and my box-shadow doesn't work either:

    box-shadow:10px 12px 35px 1px rgba(10, 10, 10, 1);
    -moz-box-shadow:10px 12px 35px 1px rgba(10, 10, 10, 1);
    -webkit-box-shadow:10px 12px 35px 1px rgba(10, 10, 10, 1);


    These work in firefox and opera anyway.
    rounded corners, box shadow will work in ie9 but not in other versions.

    linear gradients will not work in ie (at least until version 10)

  2. #2
    Join Date
    Jan 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: CSS3 across browsers

    Thanks Clyde.

    Yes, I should have said I am testing in IE9 and no joy at all. I think my CSS file must have a conflict in it or sthing - to not even get rounded corners going there. The gradient will have to wait for IE10 - when is that - like next year? If I find out what works I'll post back.

    Thanks again

  3. #3
    Join Date
    Jan 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: CSS3 across browsers?

    For anyone else interested in using these effects, I've tested in chrome and all are working for me. That is :

    -webkit-box-shadow:
    -webkit-radial-gradient:
    -webkit-linear-gradient:

    So far it's only ie9 that I'm finding problems with.

  4. #4
    Join Date
    Jan 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: CSS3 across browsers?

    So in ie9, I can get the effects (with the noted exception of the gradients) but only if I go F12 for developer tools> Browser mode and choose IE9. That is, it does not working in IE9 compatibility mode. Therefore, this must be the default mode when browsing to a website. So, does that mean that something else on my page is not compatible with ie? Otherwise I'm not sure why ie doesn't show the page as it is.

    I'm obviously missing something major here, anyone got any ideas?

    Cheers

    Matt

  5. #5
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: CSS3 across browsers?

    Thanks for the headsup. I have been wanting to fill a complex shape generated by mathematical formula with a gradient for absolutely years. Now I see the light.

    http://www.w3schools.com/svg/svg_grad_linear.asp
    http://www.w3schools.com/svg/svg_path.asp
    http://www.w3schools.com/svg/svg_polygon.asp

    I am so excited.

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: CSS3 across browsers?

    Quote Originally Posted by mojo13 View Post
    So in ie9, I can get the effects (with the noted exception of the gradients) but only if I go F12 for developer tools> Browser mode and choose IE9. That is, it does not working in IE9 compatibility mode. Therefore, this must be the default mode when browsing to a website. So, does that mean that something else on my page is not compatible with ie? Otherwise I'm not sure why ie doesn't show the page as it is.

    I'm obviously missing something major here, anyone got any ideas?

    Cheers

    Matt
    IE in compatibility mode is essentially displaying the website in an older version of of IE

    If you want to display the site using IE9 then don't use it in compatibility mode.

  7. #7
    Join Date
    Jan 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: CSS3 across browsers?

    great thanks, I see now, thought that was only available in the web developing tools. Looks like it;s all good. Thanks a lot for the help.

  8. #8
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: CSS across browsers

    Quote Originally Posted by clydejones View Post
    rounded corners, box shadow will work in ie9 but not in other versions.
    You can make both work in earlier versions with a little script called PIE.htc. I did it with one of my sandbox installs. I think there are also a couple other scripts out there that do the same.

 

 

Similar Threads

  1. v150 CSS3 Buttons [support thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 148
    Last Post: 25 Oct 2017, 07:50 PM
  2. v154 Help with CSS3 Hover Effects Installation
    By Amanda McNair in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Feb 2015, 11:41 PM
  3. CSS3 Breadcrumbs with 4 Variations
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 11 Aug 2013, 07:39 PM
  4. CSS3 PIE Setup help
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Mar 2013, 03:15 PM
  5. Display 2 subcategories across and 3 products across per subcatagory
    By unclemantis in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Sep 2009, 07:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg