Jump to content

hide content in blank <li>?


toolman

Recommended Posts

Hi there,

I have the following code:

 

<ul>

<li>text1</li>

<li>text2</li>

<li>text3</li>

</ul>

 

text of the texts are pulled through a tag similar to [[tag1]]. Sometimes the text3 tag is not displayed as is doesn't need to be.

 

Is there anyway I can hide the 3rd <li> if there is no content in there? I want to do this using CSS only.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/281075-hide-content-in-blank/
Share on other sites

Here is some info about a possible way to do this with only css.  Really it would be best to use javascript or test for the empty content server side and not display the li at all.

http://stackoverflow.com/questions/6414643/hide-border-if-there-is-no-content

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.