0
votes
1answer
35 views
CSS sliding doors & sprites with tabbed navigation - not looking so tabbed
Hey, I'm trying to get this nav working nicely:
http://www.moreheadplanetarium.org/redesign/nav.html
I can't figure out why the background image of the "current" tab is extending behind the span of …
1
vote
5answers
233 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 :)
1
vote
3answers
54 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 content boxes will come …
8
votes
7answers
216 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?
Will it work in all …
2
votes
3answers
89 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
38 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 there is a post here: …
0
votes
2answers
65 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 indicated it is …
0
votes
1answer
22 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 Reference My Html Pages
…
0
votes
3answers
333 views
How to make a CSS background image (sprite) to clickable area?
At the example of YouTube.
Their logo comes in fact from a big master image containing other graphical elements. However one can click on the logo which point to the root of the site. I'm researching …
1
vote
1answer
71 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 specifications bloat out the …
2
votes
5answers
1k 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"><%= …
0
votes
1answer
49 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 working fine only …
0
votes
3answers
85 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 massive file is a …
1
vote
6answers
500 views
CSS sprites and IE6
Does IE6 support css-sprites?
2
votes
5answers
89 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?
