0
votes
0answers
24 views
extending asp.net ImageButton to css Sprite
I'm updating my ImageButtons on my asp.net application to a WebControl that extends the ImageButton, which I called CSSImageButton. I've overridden the render methods so I can make them work with css …
0
votes
1answer
52 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
3answers
58 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 …
1
vote
5answers
235 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 :)
0
votes
1answer
23 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
…
2
votes
2answers
57 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: …
2
votes
3answers
99 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 ?
0
votes
2answers
73 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 …
8
votes
6answers
234 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 …
1
vote
1answer
82 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 …
0
votes
1answer
59 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
98 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
3answers
76 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 here is that the …
2
votes
5answers
93 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?
2
votes
4answers
107 views
How do you make a background image to adjust it’s size to the containing element?
Check the rounded corners of the main tabs in this site Those are background images with width of 440px, and still it adjusts to the containing element without loosing the rounded edges.
