Results 1 to 7 of 7

Thread: Button image works in FF and not in IE

Hybrid View

  1. #1
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: Button image works in FF and not in IE

    The easiest way for someone to troubleshoot this for you is if you can provide it either online or as an attachment in the thread. Also, always state what version of IE you're talking about; they all have their unique bug sets.

    Why are you using <span> elements inside of <button> for styling? Can you not omit them and style the <button>s instead?

  2. #2

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Button image works in FF and not in IE

    My laptop and the PRODUCTION server both run IE8 - laptop that WORKS is using 8.0.7601.17514

    Production server that DOES NOT work is using 8.0.6001.18702.

    Since they were both using different rev levels of IE8 I didn't think that could be the culprit - although I'm sure it could!

    The reason I'm using the span is because that is what I found the REAL jQuery .Button widget used - I was hoping if I used the same type of element that the styling would work the same...

    I can't really give you source as the page builds dynamically after PAGE READY using all kinds of jQuery clone methods...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #3
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Button image works in FF and not in IE

    Quote Originally Posted by szlamany View Post
    I can't really give you source as the page builds dynamically after PAGE READY using all kinds of jQuery clone methods...
    FYI, the Firefox WebDeveloper extension has an option for "View Generated Source" that will give you this. Alternatively you can open firebug at the "HTML" tab, or Chrome Developer Tools, and right-click on the <html> tag and select "Copy HTML".
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

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



Click Here to Expand Forum to Full Width