Jump to content

php display css with order, 1/2/1/2/1/2/1/2 etc...


anthelo

Recommended Posts

Hello,

 

what im trying to do is display circles with different colors.

 

So i created 2 css (.circle-1 , .circle-2)

 

What i want to do is to start with .circle-1 and on the second post add .circle-2 , on the third .circle-1 and repeat it self.

 

Can anyone show me how i can do that with php?

 

Regards

 

Link to comment
https://forums.phpfreaks.com/topic/266758-php-display-css-with-order-12121212-etc/
Share on other sites

let's say your code looks like this:

 

<div class="post">CONTENT HERE</div>

using CSS pseudo elements, you can actually alternate with nth-child. http://jsfiddle.net/Mahngiel/jmKc4/

 

so take your styles for .circle1 and .circle2 and apply them to the psuedo

  • 2 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.