Jump to content

Search the Community

Showing results for tags 'ie9'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 4 results

  1. Hello, Before anyone slates me for using Godaddy web builder, please appreciate that i dont have a choice because it is not for my website. I want an answer to my question and not an inconclusive list of reasons why i shouldnt be using it. I hope thats ok I have been struggling with this all day and am hoping that someone can help. With Godaddy web builder i can edit the style sheet ONLY so i have this for the gradient background: body {height: 100%}{margin:0px; padding:0px; background:none !important;}body { background: -moz-linear-gradient(top, rgba(232,211,255,0.44) 32%, rgba(178,102,255,0.44) 67%, rgba(139,25,255,0.73) 92%, rgba(127,0,255,0.73) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,rgba(232,211,255,0.44)), color-stop(67%,rgba(178,102,255,0.44)), color-stop(92%,rgba(139,25,255,0.73)), color-stop(100%,rgba(127,0,255,0.73))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, rgba(232,211,255,0.44) 32%,rgba(178,102,255,0.44) 67%,rgba(139,25,255,0.73) 92%,rgba(127,0,255,0.73) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(232,211,255,0.44) 32%,rgba(178,102,255,0.44) 67%,rgba(139,25,255,0.73) 92%,rgba(127,0,255,0.73) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(232,211,255,0.44) 32%,rgba(178,102,255,0.44) 67%,rgba(139,25,255,0.73) 92%,rgba(127,0,255,0.73) 100%); /* IE10+ */background: linear-gradient(to bottom, rgba(232,211,255,0.44) 32%,rgba(178,102,255,0.44) 67%,rgba(139,25,255,0.73) 92%,rgba(127,0,255,0.73) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e8d3ff', endColorstr='#ba7f00ff',GradientType=0 ); /* IE6-9 */ } ...Giving me a nice gradient in Firefox, Chrome and Safari. In IE9 i get a blue wash over the top of it. I think that it is something to do with pre existing template so you might need the whole stylesheet.... I have done my best to play within the constraints of the web builder but i am really struggling now. Does anyone have a fix through only the CSS that will allow it to display in IE9
  2. Hi There, I don't know if I am in the right topic thread for errors or debugging but suggestions was the closest I could find. I was viewing the HTML 5 audio tag examples in W3Schools and I noticed that the controls are not showing up in IE9. Even though on the audio page it says that it is compatible with IE9. Now when I right click on it I do get the options to play/pause but I don't get sound. I tried on Firefox and it worked fine so it wasn't a sound issue. I have attached a screen shot so you can see both the code on the left and example on the right in IE9.
  3. I recently posted this: http://w3schools.invisionzone.com/index.php?showtopic=44208 in CSS styles. I'm having trouble with my site displaying correctly in IE8 & Above. I have discovered that the reason my site wont load correctly in IE8+ is to do with the web forwarding and masking (set up by lcn.com) forcing my site to display in IE7 mode - and thus my CSS won't load. It used to be that if you visit my site at: www.davemooreboxedart.co.uk you get masked & forwarded to: www.personalised-cupcakes.co.uk/davemoore/index2.html (I have since changed this to a simple re-direction and my site displays correctly! Hurrah!) I would now like to set up my own address bar masking, but have no idea how to do it.Have searched the net but not found any simple way to do it. Any help ? Or can anyone point me in the right direction ? Thanks.R.
  4. Roasted85

    CSS IE9 issues

    Hello! Please bare with me as I don't know what i'm doing most of the time!Slowly learning to create sites using Dreamweaver and creating in HTML with CSS. if you visit My site at: http://www.davemooreboxedart.co.uk you get masked and forwarded to the actual destination which is hosted at: www.personalised-cupcakes.co.uk/davemoore/index.html (<--piggybacking n what not) When doing this in Safari, Firefox and Chrome the site displays as I would like - With border-radius' and colours and fonts as it should. When doing so in Internet Explorer (i'm using 9) the CSS doesn't load correctly. I think this has something to do with the web forwarding and masking - as if you follow the direct link using IE9 all is as it should be!I've tried linking to the CSS directly and also including it within my code. Can anyone help me pleeeease! R. My code: <!DOCTYPE html><head><meta charset="UTF-8" /><title>www.davemooreboxedart.co.uk</title><link rel="stylesheet" type="text/css" href="moore.css"/><!--[if gte IE 7]<link rel="stylesheet" type="text/css" href="iespecific.css" /><![endif]--></head> <body class="oneColElsCtrHdr"> <div id="container"> <div id="header"> <h1 align="right"><a href="index2.html" target="_self"><img src="Images/header.png" width="70%" border="0" /></a></h1> </div> <div id="linksbar"><a href="index2.html" target="_self">Home</a> | <a href="aboutme.html" target="_self">About Me</a> | <a href="portfolio.html" target="_self">Portfolio</a> | <a href="exhibitions.html" target="_self">Exhibitions</a> | <a href="contact.html" target="_self">Contact</a></div> <div id="mainContent"> <h1>Welcome to my website</h1> <p> Please visit my portfolio page for some examples of my work. </p> </div> <div id="footer"> <p align="center">w: <a href="http://www.davemooreboxedart.co.uk" target="_blank">www.davemooreboxedart.co.uk</a> e:</p> <p align="center"><a href="index2.html" target="_self">Home</a> | <a href="aboutme.html" target="_self">About Me</a> | <a href="portfolio.html" target="_self">Portfolio</a> | <a href="exhibitions.html" target="_self">Exhibitions</a> | <a href="contact.html" target="_self">Contact</a></p> </div></div></body></html> ------ my CSS:- @charset "utf-8";body {font: 100% calibri;margin:0;padding:0;text-align:center;font-color:#000000;background-color:rgba(255,255,255,1);border-radius:15px;}.oneColElsCtrHdr #container {width:46em;margin:auto;text-align:left;background:transparent;border-radius:15px;}.oneColElsCtrHdr #header {padding:10px;background:transparent;margin-bottom:0px;}.oneColElsCtrHdr #header h1 {margin: 0;padding: 10px 0;background: transparent;}.oneColElsCtrHdr #linksbar {padding:15px;margin:10px;margin-top:0px;border-radius:15px; background:rgba(25,140,143,0.7);text-align:center;vertical-align:bottom;}.oneColElsCtrHdr #mainContent {padding:20px;margin:10px;border-radius:15px; background-color: rgba(163,206,116,0.6);}.oneColElsCtrHdr #footer {padding: 15px;margin: 10px;margin-top: 0px;border-radius:15px; background-color: rgba(25,140,143,0.7);}.oneColElsCtrHdr #footer p {margin: 0;padding: 10px 0;}.border-radius { border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}.transparent { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;}a:link {color: #000000;text-decoration: none;}a:visited {color: #000000;text-decoration: none;}a:hover {color: rgba(139,177,6,0.8);} --- R.
×
×
  • Create New...