Jump to content

target div with class and id


toolman

Recommended Posts

Hi,

I have the following markup:

<div calss="tab-container">
<div id="tab1" class="tab-content">tab1</div>
<div id="tab2" class="tab-content">tab2</div>
<div id="tab3" class="tab-content">tab3</div>
<div id="tab4" class="tab-content">tab4</div>
</div>

I would like to apply some CSS to only the CLASS of div ID 4. Is this possible?

Thanks

Link to comment
https://forums.phpfreaks.com/topic/294554-target-div-with-class-and-id/
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.