30ml Posted January 31, 2012 Share Posted January 31, 2012 I am stop on order.php?step=1 here, I got two div with id of address_invoice and address_delivery. Here, i got inline style of hight . ex : style="height:0px"; I do now know to deactive this feature of inline style. How could I stop this inline css . One more question is about online javascript render . on the page of "order.php?step=1" while I browse on view source for the div of address_delivery and address_invoice. <ul class="address item" id="address_delivery" > </ul> <ul class="address alternate_item " id="address_invoice"> </ul> Here, I got an empty contain under ul element. But I can see on the browser with my two eyes, I hope datas are filled through javascript. I m sure that screen reader can not find the data in these ul element. Theses html elements is loosing Web Standards. Is there any way that I can see the data even in view source. Regards Hira Kumar Link to comment Share on other sites More sharing options...
BobbySD Posted March 13, 2013 Share Posted March 13, 2013 i got same problem... is there any solution? thx Link to comment Share on other sites More sharing options...
completepresta Posted April 17, 2013 Share Posted April 17, 2013 I'm having the same problem, i found out it have something to do with the function resizeAddressesBox() in /js/tools.js. just //$(nameBox).height(maxHeight); for temporary fix. Link to comment Share on other sites More sharing options...
Recommended Posts