cool_techie Posted June 2, 2011 Share Posted June 2, 2011 guys i m using chrome 11.0.696.71 doc type <!DOCTYPE html PUBtdC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> and the code .nit { position:absolute; left:70px; top:30px; height:30px; width:230px; color:#ffffff; text-shadow:0px 1px 1px #000000; -ms-text-shadow:0px 1px 1px #000000; letter-spacing:1px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; transition: width 2s; -moz-transition: width 2s; -webkit-transition: width 2s; -o-transition: width 2s; } where nit is class name of a div .. this code is not working at all. sos Link to comment https://forums.phpfreaks.com/topic/238177-transition-property-of-css3-not-working/ Share on other sites More sharing options...
teynon Posted June 2, 2011 Share Posted June 2, 2011 Please post all code. Link to comment https://forums.phpfreaks.com/topic/238177-transition-property-of-css3-not-working/#findComment-1224154 Share on other sites More sharing options...
cool_techie Posted June 4, 2011 Author Share Posted June 4, 2011 hey i've attached my page minus the code.. btw appreciate the ur time [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/238177-transition-property-of-css3-not-working/#findComment-1225144 Share on other sites More sharing options...
teynon Posted June 5, 2011 Share Posted June 5, 2011 I've tested your code and I dont see the issue. What are you trying to accomplish? Link to comment https://forums.phpfreaks.com/topic/238177-transition-property-of-css3-not-working/#findComment-1225314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.