Jump to content

Stoppig inline css on html structure


Recommended Posts

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

  • 1 year later...
  • 1 month later...
×
×
  • Create New...