Tag Archives: cfselect

CFLayout, Divs, and Z-index order

I ran into a problem that sometimes affects various Coldfusion elements designed to make life easier. I created a drop down mega menu which works beautifully, untill I added a CFLayot Tab box to the page. The menu would go … Continue reading

Posted in Code, Coldfusion, CSS, Problems & Fixes, Web Development | Tagged , , , , | Comments Off on CFLayout, Divs, and Z-index order

CFSelect bind for Search or Edit on same form

Creating a data based derived dropdown list bound to a record for Search or Edit form is sometimes needed. For search you may want to return All as your first item in the dropdown, but for edit mode you likely … Continue reading

Posted in Code, Coldfusion, Snippets, SQL | Tagged , | Comments Off on CFSelect bind for Search or Edit on same form