Domino Blog dot com - Free Blog Toolkit for Domino

 web design framework for Lotus Domino  
 
Navigation
 
Site:
 ›home
 ›about
 ›news
 ›the author
 ›hire the author
 ›donate to site
 ›live! project cam
 ›projects
 
Issue Archive:
 ›may 2003
 ›april 2003
 ›march 2003
 ›february 2003
 ›january 2003
 ›december 2002
 ›november 2002
 ›october 2002
 
Technical:
 ›articles
 ›downloads
 ›links
 
DXFramework:
 ›about
 ›articles
 ›screenshots
 ›demos
 ›licencing
 ›take part
 ›documentation
 

Tip

I came across this simple way of hiding twisties on the web the other day so I thought I would share it here.

 

Basically in your web page that has your view insert the following style information:

 

<style type="text/css">
table a img {
display: none;
}
</style>

 

This means is any image contained within a <table> tag and surrounded by an anchor <a> will not be displayed. The only downside to it is that any other image links used in the view will also be hidden but then there are very simple workarounds to counter that.

 

Questions? - steve.castledine@projectdx.org

 
 
copyright 2002-2003 - Steve Castledine - ProjectDX.org