-
Help with pure CSS rollover buttons?
Cheers for everyone's help. I actually found the problem. For some reason IE didn't like the way I'd done the CSS in this website. The original code:- background: url(../images/button_cheese.gif) 0 0 no-repeat; If you specify them individually IE plays ball. background-image: url(../images/button_cheese.gif); background-repeat: no-repeat; background-position: 0 0; Once again thank you for taking a look into this problem.
-
Help with pure CSS rollover buttons?
The problem is the text has to be that font, so it has to be a graphic.
-
Help with pure CSS rollover buttons?
Hi All, Hopefully someone will be able to help me out with this? I'm having trouble getting pure CSS buttons to work in any of the Internet Explorer browsers ( 6 - 8 ). The buttons appear fine in Firefox, Chrome and Safari but can't seem to get it to work in IE. I've followed loads of different tutorials and I just can't seem to get this to work. The other problem I have is that I'm working on a Mac, so I have to go the long way round to get screen grabs of IE. The link is below:- http://www.thevictoriankitchen.com/testsite/ Any advice would be a great help. Cheers JD
-
Help Needed With My Embedded Flash File
PROBLEM SOLVED !!! If I add the flash object and the image to separate DIVs and then float them the gap disappears ! Thanks for your help and for the tip on not using the automatic drop-in in Dreamweaver.
-
Help Needed With My Embedded Flash File
Here's the HTML code:- -------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Test Advert</title> <link href="gulfaircss/gulfair_hb.css" rel="stylesheet" type="text/css" /> <script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body> <div><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','473','height','170','title','flashbanner','class','nopadding','src','banner','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','banner','wmode','opaque' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="473" height="170" title="flashbanner"> <param name="movie" value="banner.swf" /> <param name="quality" value="high" /> <embed src="banner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="473" height="170"></embed></object></noscript><img src="images/logo.gif" alt="Dubia" /> </div> </body> </html> ------------------- Cheers for the blog link. I've also read on another blog that the best technique for adding flash to websites is to to use 'Flash Satay'. Is this worth looking into?
-
Help Needed With My Embedded Flash File
Hi All, I'm hoping someone can give me a hand with this problem. I'm embedding a flash swf file into my HTML using Dreamweaver, which all works fine. But I want an image, text or even another media file to butt up against the flash movie. For some reason an invisible 4px gap appears between the flash and the image. I've tried removing the borders, margins and padding from around both the embed and object TAGs but so far nothing has worked. I've ran a few tests with different flash swf files, changing the publishing settings and nothing seems to get rid of the invisible border, which seems to appear at the right and bottom of the flash file. If anyone has a solution or feedback, that would be great. Cheers JD