Kolinski Posted July 26, 2013 Share Posted July 26, 2013 Hi guys, I have a relatively hard question. The problem is that I must leave the HTML code as it is and not put any divs around the image tags. How can I add a class or a selector to an image tag so that I can style that specific image tag for a specific style sheet. The reason why I'm doing this is because my code is styled in three different style sheets for responsive web design. I need a way to select these image tags using an identifier without affect the html code to go crazy in other layouts. <img src="./ajaxfiles/globebuttons/1xtremevision.png" alt="" name="btn3" id="btn3" onclick="MM_swapImage('car','','./ajaxfiles/carbackgrounds/XtremeVision-E-City.jpg','btn1','','./ajaxfiles/globebuttons/1standardreplacement.png','btn2','','./ajaxfiles/globebuttons/1powervision.png','btn3','','./ajaxfiles/globebuttons/xtremevision.png','btn4','','./ajaxfiles/globebuttons/1bluevisionultra.png','btn5','','./ajaxfiles/globebuttons/1crystalvision.png','btn6','','./ajaxfiles/globebuttons/1diamondvision.png',1)" /> Any help would be much appreciated, please post a way to style these image tags ? All the best, Adam Link to comment https://forums.phpfreaks.com/topic/280529-adding-styles-to-this-image-tag/ Share on other sites More sharing options...
floridaflatlander Posted July 26, 2013 Share Posted July 26, 2013 is id="xxx" auto generated? Link to comment https://forums.phpfreaks.com/topic/280529-adding-styles-to-this-image-tag/#findComment-1442258 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.