|
-
Oct 30th, 2011, 07:19 PM
#1
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?
-
Oct 30th, 2011, 07:36 PM
#2
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...
-
Nov 1st, 2011, 08:16 PM
#3
Re: Button image works in FF and not in IE
 Originally Posted by szlamany
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".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|