HTML - Alt Tag's Visible Instead Of .pngs But Only In Ie
I hope someone can help me, this has been driving me a little crazy trying to work out what is going on. Basically I've built a little website for my inlaws http://www.cornishsunshine.co.uk using HTML and CSS written using DreamWeaver CSS5.5. Everything shows up fine when you preview in FireFox/Chrome/IE/Safari etc, but when I have published it to the web in IE the alt tags show up instead of the .png's in the left hand DIV. This only happens in IE8, in the other browser's the .png's show up as expected from the preview.
Similar TutorialsI am suprised i have never come across this before i am sure i must have tried adding a png with no background to a non-white page background and viewing it in IE6, so i have just found that IE6 gives a transparent png a bluey/grey background. After a quick google it seems thereis a solution for IE wwhich is to use, filter:progidXImageTransform.Microsoft.AlphaImageLoader() which i tried and it works as it should but i am suprised i have never seen or heard of this code before, consdering the amout of html code i have ever looked through which is a lot, someone must have used a transparent png on their site, what am i missing why have i never seen this before ?? Hi Don't know if this is the correct forum, but I will add it here. I am doing a new site, and trying my best to get it working in IE6. Everything is going OK with the set up so far. However, I have to use PNGs for a drop shadow. (if anyone knows a better way, btw, that works in IE6, please tell me :-) ) Anyway, all the positions, etc are correct and they become transparent. The issue is they seem to be getting a larger vertical size than they should have. You can see this on the top corner shadow, as it overlaps the one below. Test Page Is there a cure for this? Can anyone help? Thanks in advance www.discoveryfilmsuk.com/uc the above website is absolutely flawless in firefox but blindingly invisible in IE. please can the gurus here help me make amendments to the script to make it compatible with other browsers as well. thanks. I'm completely new to HTML(Day 2 of learning), so please excuse my lack of knowledge. I've been trying to create some text that would become invisible and different text would become visible when a name was moved over, and I can't seem to get the visible attribute to work. For example: <font visible=false>some text</font> I would assume the text would become invisible, but it doesn't appear so. So, I'm wondering if there's a tag that has a text attribute to make this work? Like: <tag id=name text="some text"/> So I can then call, name.text="", to make the text disappear. Any suggestions? Hi, I'd like to have an arrow button which when clicked on; collapses/opens up some text. Like an expand and collapse code for some area of text. Hi. How can i make a layer visible from an <a>-tag? I've tried: onclick="layer:visible" but I can't make it work. Anybody tried this? Parashurama Hey, i want to make an iframe Object invisible but still clickable. Is that possible, and if yes, how? Im using Dreamweaver CS5 greetings Phil Hi, I don't understand why the images are visible in Firefox but not in Safari http://milcom.lu/kickstart thanks Okay - I have yet another issue (what else is new) but this one is not life or death... I set up a page of bios - with photos - and I put a little frame (border) ".5" around the pics - the frames are not visible in Safari or in IE... as I said this is not particularly too terribly importante - but is there a fix for this? how to customize a form button to make it act like a link for example now for example i have a form button that wud open a page with a script in it an all but in a new blank page this is the code HTML Code: <FORM METHOD=POST ACTION="[>SCRIPT_NAME<]" target="_blank"> now i want the target to be an iFrame called "I1" which is hidden so the button shud SHOW the iframe and target the link to the iFrame not to a blank page i did this HTML Code: <FORM METHOD=POST ACTION="[>SCRIPT_NAME<]" target="I1" onClick="makevisible()"> after adding the Java Scripts for the show and hide and all that but still when i click the button it doesnt show the iFrame and it still opens the blank page any help in how to deal with them buttons ??? thanx BYE Can anyone tell me if the following is possible, and if so, how do I do it? I want a list of bullet points, but if one of the bullet points has no text then I don't want the actual bullet graphic to be shown. Not the best explanation so I'll elaborate. I'm pulling the bullet data from a program using a keyword/macro so my code looks like this. HTML Code: <ul> <li>{{BulletPoint1}}</li> <li>{{BulletPoint2}}</li> <li>{{BulletPoint3}}</li> <li>{{BulletPoint4}}</li> <li>{{BulletPoint5}}</li> </ul> Works perfectly when all five bullet points are populated, but if for example, there are only 3 bullet points with text, I get the bottom two bullet graphics just hanging there with no text next to them so and the final code looks like this HTML Code: <ul> <li>This is bullet point 1</li> <li>Here's another bullet point</li> <li>Only 3 bullet points for this particular product</li> <li></li> <li></li> </ul> Can anyone help? Does anyone even know what I'm talking about? Hi, I am Loading two frames in a page. Iam having huge amount of data in frame2 so i want to make it invisible initially after the dat is loaded then i want to make frame2 visible and frame1 invisible. any one suggest the solution?? Here is the code that am using visible="false" is not working <html> <frameset cols="55%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0> <frame src="LoadingFrame.aspx" NORESIZE /> <frame visible="false" src="VisitorInsightsDashboard.aspx" scrolling="no"/> </frameset> </html> Hi All, I have one problem in HTML, I have a HTML file with drop down menu and a flash banner in bottom , while mouse over the menu the drop down is not visible in the top of the flash banner its going back side, can any one help me out how to bring the drop down menu top of the flash banner. Here is the sample link where I have the problem http://vivek192.5gbfree.com/index.html ____________________________________ sport book betting steroid Hi, I am getting a boder in firefox for a hyperlink image. this is the code <a href="default.aspx"><img src="Images/Home.gif" width="100" height="20" alt="Home" border="0"></a> It's working fine in IE6 but i am getting a blue border in firefox. Can someone tell me how to solve this problem? Thanks Raja well the title should say it all: "Is it possible to have a text link that is not visible for the 5 seconds using html" if this is not possible with html is it possible with something else like css or java script *nos should say not in the title |