1
vote
3answers
43 views
how to show section of a CSS sprite within a set position on the whole html body
hi there.
I use sprite sheets for my css, adn they work great, however i want to have a section of my sprite sheet on the footer
it is like a curved block and the left hand conten …
1
vote
5answers
220 views
Just noticed the `<i/>` tag on Twitter, did they make that up?
Twitter seems to be using an <i/> tag to display their icons from a css sprite. Did they just make up that tag, or is HTML I've never heard of?
Brilliant idea at any rate :) …
8
votes
7answers
188 views
Is css-sprite a good technique?
is css-sprite good technique? I read about its pros at http://spriteme.org/ and have also I seen a lot of questions about css sprites here in stackoverflow.
What are its cons?
Wil …
0
votes
1answer
20 views
Cannot Load Image In IE5 And IE6 using Csssprites
Dear Friends,
I am using csssprites in my application. Css images is successfully loaded all browser except IE 6 and IE 7 . I dont know how fix this problem.
For Your Referen …
2
votes
3answers
61 views
how to give alt text to link if we use csssprites ?
I made a css menu with css sprites but with sprite we can't add alt="text" to link to access if images isdsabled. any solution for this ?
1
vote
1answer
18 views
Software/Plugin for css sprite generation
Hello, does anyone know if there exists any offline software or plugin(dreamweaver, etc) to generate a css sprite. That is: merging images and generating the css rules.
I know the …
0
votes
2answers
49 views
Non-traditional input using CSS sprites and JavaScript: opinions sought.
My client is very invested in using a bunch of non-traditional inputs in a form we are developing for him. The image below represents various states of the interface with the last …
1
vote
1answer
58 views
SVG image sprites? Possible or not?
Has anyone ever used SVG for image sprites? I wish to replace a bunch of very similar GIFs and JPGs with some scalable SVG images, but the image gradient and button shape specifica …
2
votes
5answers
899 views
jQuery toggle to change image
I have a list of divs with images in them:
<div class="wizard-img"><%= image_tag("sources/pix/nyt.png") %></div>
<div class="wizard-img"><%= image_tag(" …
0
votes
1answer
39 views
css highlight current page
hi to all,
I've found some tutorials regarding sprite navigation menu. My problem now when I make it locally, I tried to select each menu and it was not highlighted. Hover is work …
0
votes
3answers
78 views
Create CSS sprites based on colour?
I have a large set of thumbnails I wish to display on a page (over 200). I'd like to use CSS sprites to load them to minimise the HTTP requests. I think putting all of them in one …
1
vote
6answers
364 views
CSS sprites and IE6
Does IE6 support css-sprites?
1
vote
3answers
63 views
Looking for a good image mouse over solution
I am working on a site that uses three small images as links to twitter, facebook, etc. I have a callout image that I would like to appear when I mouse over the image.
The key her …
0
votes
1answer
520 views
Z-index problem in IE7 with jquery superfish menu plugin
I needed to modify jquery superfish menu plugin to accomodate using image for the menu.
Please have a look at this demo. http://www.okadadesign.no/vitaveritas/.
There are submenus …
2
votes
5answers
85 views
How to find the proper offsets for CSS sprites?
I have a sprite image set as the background of an element on my page, but how do I find the proper offsets so I can actually see it on the screen?
