Category Archives: CSS

Twitter Bootstrap Framework

For the last few days I have used Twitter’s Bootstrap framework to build a couple of pages. It is responsive to screen widths (mostly) and can conform to HTML 5 practices. I found it to be a bit heavy on … Continue reading

Posted in CSS, JQuery, Products, Web Development | Comments Off on Twitter Bootstrap Framework

HTML 5 and frameworks

In rebuilding my site I have been brushing up on HTML5 and CSS3 and looking into the future to determine how I can best serve my clients with modern code that is also backwards compatible. In the process I stumbled … Continue reading

Posted in CSS, Javascript, JQuery, News, Web Development | Comments Off on HTML 5 and frameworks

WordPress – Changing twentyten css to put sidebar on left

And the nay sayers said it could not be done, but with a little CSS trickery I was able to switch the sidebar in the twenty-ten theme to the left side. I used a child theme which reads in all … Continue reading

Posted in Code, CSS | Tagged , , | Comments Off on WordPress – Changing twentyten css to put sidebar on left

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

Javascript, CSS2, and Display Table Row

I have a requirement to show/hide a new form variable based on year selected for the year 2011. I initially tried wrapping the table TR tags inside of a DIV in the form. <div id=”togglethis” style=”none”> <tr> <td><label>Mylabel</label></td> <td><input type=”text” … Continue reading

Posted in Code, CSS, Javascript, Snippets | Comments Off on Javascript, CSS2, and Display Table Row