corbeeresearch Posted September 29, 2010 Share Posted September 29, 2010 Hi, How do you do this in CSS? the scenario is that you have a triangle standing 90 degrees, but if the list contains another list, it will go 180 degrees. How do you do this in CSS 2.1? Thanks Link to comment https://forums.phpfreaks.com/topic/214688-rotating-images-for-bullets/ Share on other sites More sharing options...
haku Posted September 30, 2010 Share Posted September 30, 2010 You can't rotate images in CSS2. You need to use two separate images. Link to comment https://forums.phpfreaks.com/topic/214688-rotating-images-for-bullets/#findComment-1117576 Share on other sites More sharing options...
chmpdog Posted October 8, 2010 Share Posted October 8, 2010 he's right you would have to use two different images, but as for the list in list the code is this: li li { image / bullet type } li { first image / bullet type } Link to comment https://forums.phpfreaks.com/topic/214688-rotating-images-for-bullets/#findComment-1120288 Share on other sites More sharing options...
SuperBlue Posted October 10, 2010 Share Posted October 10, 2010 Hi, How do you do this in CSS? the scenario is that you have a triangle standing 90 degrees, but if the list contains another list, it will go 180 degrees. How do you do this in CSS 2.1? Thanks You can use css sprites, while maintaining 1 http request, and in some cases even a smaller file size, then if you had multiple files. Link to comment https://forums.phpfreaks.com/topic/214688-rotating-images-for-bullets/#findComment-1120714 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.