Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
2k views

Best Image Replacement Technique

What is the best (as in cross-browser) technique to do image replacement in CSS? I am using sprites to do my navigation, but I want the markup to remain SEO friendly. Given the following HTML ...
2
votes
4answers
147 views

how can I display an image when php have no image to extract fromthe server?

I've recently started learning Javascript but still not a bit expert on the subject. So I was wondering if anybody cloud help me out. I'm building a portfolio site using MySql databases and PHP My ...
2
votes
3answers
273 views

Image change on link click without hardcoding locations?

What I'm trying to do is let a visitor change an image by clicking through a set of thumbnails. However, the problem I'm running into is that I really want to get away from hardcoding the image ...
1
vote
2answers
59 views

Are there any scenarios where pseudo classes wouldn't work?

This sounds like an abstract question, but I'm trying to troubleshoot this project I'm working on and I am at a loss. I had to take over a project because the first developer was fired, so I made the ...
1
vote
5answers
68 views

Image replacement

I have a large div with the site header/logo as the background image. Is there anything wrong with putting a h2 tag containing the site title behind this using z-index, so that it would show if the ...
1
vote
2answers
138 views

Problem with CSS image replacement in a multiple language PHP site

i'm building a multiple language (Spanish/English) site with PHP & CSS. I have this piece of code in my common.php file to point to different css files depending on the language the user defines: ...
1
vote
3answers
73 views

Errors with an image replacement

I have tried every possible combination of methods for replacing an image but have found no solution that works. I uploaded the problematic code here: http://dl.dropbox.com/u/2959730/index.html I ...
1
vote
3answers
194 views

Is this a “valid” css image replacement technique?

I just came up with this, it seems to work in all modern browsers, I just tested it then on (IE8/compatibility, Chrome, Safari, Moz) HTML <img id="my_image" alt="my text" ...
1
vote
1answer
1k views

Updating Image (runat server) Src using jQuery/ASP.NET

I'm trying to update the source of an image using jQuery. The problem is that the img is running server side as its initial source is being set on load. Here is the ASPX/HTML: ...
0
votes
0answers
18 views

background-size:cover and text image replacement

can those two work together. Set a height to the and there goes the scaling, leaving the height out and the image gets clipped...
0
votes
1answer
43 views

CSS image replacement not working in MSIE 7 and 8

I'm having an issue using the empty span css image replacement technique in IE 7 & 8. My logo (transparent png) is missing. I'm assuming that it has something to do with the negative text-indent? ...
0
votes
1answer
107 views

Semantic logo with H1 image-replacement … leaves nothing to click?

I'm coding a site which has a big company logo at the top left. So I code it with the logo as the background image, the company name in an H1, and hide the H1 using image-replacement techniques. But ...
0
votes
1answer
53 views

Changing image src with jQuery in CodeIgniter platform

I'm having a bit of trouble changing the image source, using jQuery, in my CodeIgniter website. I'm building a custom onclick() function attached to my images (i have a list of 'checkbox' images ...
0
votes
1answer
110 views

How to replace <img> to html code with a php function

I want to replace a image with html code, that must be the output of a php function. whenever a image tag is found in an html document, it should be passed to a php function and replaced with a html ...
0
votes
2answers
59 views

Replace '&' with an image using jQuery/CSS?

Is there a way I can change the basic text version of '&' and replace it with an image? I was thinking can we do it in jQuery? I don't want to use php for this. Or is there a way to target it ...
0
votes
1answer
57 views

Image replacement issue

I am confused by selecting the best technique for image replacement in web design. Here at this weblog some techniques are provided: http://css-tricks.com/css-image-replacement/ Which technique in ...
0
votes
1answer
634 views

CSS using images to replace horizontal menu links but disappears in IE7

After a long time of trying things I still not have come any closer, I do not know how to make the menu for this website (found here) I have appear in IE7. I am using a css image replacement ...
0
votes
1answer
155 views

Wordpress FLIR (Facelift Image Replacement) plugin clipping off end of text

I'm using the FLIR for Wordpress plugin (v0.8.9.2) with FancyFonts enabled. I'm running Wordpress 3.1. The problem I'm having is that it appears the plugin is cutting off a couple pixels off of the ...
0
votes
2answers
357 views

Mouseover on radio button replacement?

I'm using jQuery to replace my radio buttons on this page - http://www.justdoors.co/product-selection/ and was wondering if it would be possible to add a mouseover effect as well? I would like for ...
0
votes
2answers
398 views

jquery: radio button replacement and keyword matching

I want to replace my radio buttons with images, here is my html which will be generated by the system, <ul> <li><input type="radio" name="id" value="68135112" title="Default / ...
0
votes
3answers
119 views

IE6 PNG Replace: How to make a nested <a> clickable?

For the purposes of this question, consider this: <div class="has_transparent_png"> <a href="foo.html"> <span> <img src="logo.jpg" /> ...
0
votes
2answers
254 views

Uncontrollable jumping - sIFR lagging

sIFR-replaced text shows normally, hiding regular text without issue. However, every time a page loads on the site I'm developing, the replaced text takes forever (forever in internet-time, that is) ...
0
votes
8answers
3k views

How to replace inline text with images using CSS

I'd like to replace the text ("Word 1 Word2 Word3 Word4") in the following HTML with images, using CSS. I'd like the images to appear in-line horizontally too, as the text would. <div ...