toolman Posted August 12, 2013 Share Posted August 12, 2013 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! Quote Link to comment Share on other sites More sharing options...
fastsol Posted August 12, 2013 Share Posted August 12, 2013 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.