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 Quote 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. Quote 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 } Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/214688-rotating-images-for-bullets/#findComment-1120714 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.