Jump to content

Search the Community

Showing results for tags 'internet explorer'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 16 results

  1. Hi guys!! Would anyone mind looking at http://strutcreativestudios.com/homie/ and helping me understand why my soapbox buttons are not styled correctly in IE? I stole the code to style these directly from .btn-info, shortcode I placed on this page. I am not seeing what's wrong here. And I've been fighting with it for 2 hours. And I'm gonna cry soon. Please help .button { color: #ffffff; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.5); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px !important; background-color: #49afcd; background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4); background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4); background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4)); background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4); background-image: -o-linear-gradient(top,#5bc0de,#2f96b4); background-image: linear-gradient(top,#5bc0de,#2f96b4); background-repeat: repeat-x; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); } input[type="submit"]:hover, .submit:hover, input[type="button"]:hover, .button:hover, input[type="reset"]:hover, .reset:hover { color: #ffffff; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.5); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #49afcd; background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4); background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4); background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4)); background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4); background-image: -o-linear-gradient(top,#5bc0de,#2f96b4); background-image: linear-gradient(top,#5bc0de,#2f96b4); background-repeat: repeat-x; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); } .btn-info { font-family: Philosopher; }
  2. IE8 Custom CSS

    li#menu-item-770.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-770 { display:none; display:inline !important/9; } The above css is not working. I tried 9 and /9 and neither is responding. I would like text to appear in the NavBar on IE8 but only there. So I did the display:none for other browsers. I got this code to work a few months ago but for some reason it won't work anymore. I also tried adding #page before the tag. Help! -James www.lifeservicesspokane.org
  3. IE 6-8

    Hi guys. We all know there is no responsive support for IE6-8, which is a big problem when making sites for clients. I have found the warning notice plugin for Wordpress which is infinitely useful, but in terms of the 'disable mobile' option on your framework, it works REALLY nicely to take away all of the responsive features of a site. Now my question: - Is there a way to enable this 'disable mobile' option for JUST IE 6-8, as these are the browsers that struggle the most with support for mobile and ideally are the most likely I would want to have the mobile disabled for. Many thanks Rob
  4. My Page doesen't look correct in Internet Explorer. The Sidebar shows under the content, but only in IE, other browsers work correct My homepage: www.andireit.de
  5. Website: http://loveahero.com Internet Explorer 9 Latest Version of Pagelines & Jigoshop Using Internet Explorer, please go to http://loveahero.com/shop/ Add any item to your shopping cart (except for the "Test" item). Then click "View Shopping Cart". You'll notice that the picture of the merchandise is over-sized. This only happens in Internet Explorer. The item displays fine in Chrome and Firefox. Has anyone else experienced this? Does anyone have a solution? Thanks, Jeff
  6. Hi there, is anybody able to give me some pointers on sorting out this problem?... Our site is at www.coedforestgarden.co.uk. It displays fine in FF, Chrome, Opera...etc...but gets more than a little whacked out in IE. Cheers.
  7. Black boxes in IE9

    Boxes shows up as black in IE9. That makes them unreadable. Take a look: www.attac.no, boxes are below the main content Chrome and Firefox seems to be working fine, but there's quite a lot of IE-users out there still. Is this a known issue, or is there something I can do about it?
  8. Ie Compatibility

    IE9 > website doesn't show up properly I've searched the forums for the solution to my problem but I'm missing something for sure. I have two websites on my hands, both are almost the same: http://www.swissinternationalhotels.com http://www.swissinternationalhotels.com.cn The first one display almost ok on Internet Explorer but the second one, doesn't. What I can't understand is the fact that almost all the CSS and settings are the same. Only diference, the .com.cn sits on a chinese server. Anyone can help here? I need the chinese to al least have the right font and layout displaying on Internet Explorer. It's no use to tell them to use another browser. Internet Explorer is still very popular... I just tested the following: Removed all custom code > it's not the problem Deactivated plugins > it's not the problem
  9. I could not find pl_detect_ie but found ie_version. I changed the code to: // Fix IE and special handling // if ( pl_detect_ie() ) if ( ie_version()) pagelines_fix_ie(); and function pagelines_fix_ie( ){ // $ie_ver = pl_detect_ie(); $ie_ver = ie_version(); maybe a bug?
  10. Hi, My site is nearly complete. However, it is not displaying correctly in IE. I have the compatability button checked. I am now looking at http://code.google.com/p/ie7-js/ but it seems like a lot to do, I am not sure which bits I need. Any steering advice would be helpful. Thanks Lesley
  11. Ie 9 Problem

    Hi there, my layout works great in all tested browsers on OS X, iOS, Android and all browsers on Windows 7 apart from... IE9. Navigation broken, styles, page layout, google fonts, jQuery not loaded. A mess. Please see the attached screen shot of my live site on Windows with site open in Firefox (version 16.0.1). Pagelines, Wordpress and all plugins (only very mainstream) are up to date. Site URL: seamstress.com.au I read on another thread something about 'compatibility' mode in IE9. All help very gratefully received. Warm regards, David
  12. I have a website that looks great on Mac browsers ( http://michellekimstudio.com ) with all white (transparent) behind the nav bar but in IE 7, 8, 9 it is showing up with a black background on the nav bar. Not sure how to fix it... I have a screen shot of it in IE attached.
  13. Hi, I have some buttons at the bottom of my page and they are off in Internet Explorer 9. How can I fix this? Thanks! See screenshot:
  14. Incompatibility with IE9

    The following blogs are built using the latest version of iBlog Pro: www.richcruzchicago.com www.thecfim.com The headings are now missing from the pages and from the features PLUS the sidebar is missing from richcruzchicago.com Sincerely, Rich
  15. Attached are some screenshots. The websites are: blog.botanicchoice.com maddiemaks.com westernspringsmasoniclodge1136.com demolayswordsmen.org These all use Features on the home page that use a background image yet have a fixed height. In Internet Explorer 9, each of these websites looks completely wrong. The formatting is incorrect. However, they look find in Google Chrome and in Firefox. Sincerely, Rich
  16. I have Frameworks 2.3. My site is www.lifechallengesemi.org. The site looks great and displays correctly in Safari, Chrome, Opera and Firefox (odd resolution for some reason in Firefox, but acceptable). However, the main nav bar displays incorrectly in IE 9. Incorrectly. I understand the issues with IE 8. I don't have a problem with that. I just need to know if there is a fix for IE 9. My settings for the navbar are these: Fixed navbar is not enabled. Standard NavBar theme selected is "Black Transparent (Default)". With these settings I am getting a weird blue menu bar with vignetted color from dark to light in IE 9. Nothing like the way it is supposed to be rendered and nothing like the way it is rendered in Chrome, Safari, Firefox and Opera. I must say, I have been reviewing these forums regarding browser incompatibility and I detect a note of snarkiness from the staff. Although I understand that it is hard to handle when a lot of people are upset with you and rude, please just answer the question. I don't care about IE 8. I only care about the incompatibility with IE 9. Is there a fix?
×