Skip to content

SiteKickr Web Development

search
search
Sep19October 20, 2012Brick Wall, CSS, Style & Presentation

IE Gradient filter colors are way off

If you're using gradients within your CSS, you may have encountered an issue with colors in IE. The problem is that the filter parameters don't…

Sep06September 6, 2011CSS, Style & Presentation, HTML, JavaScript

Pure JavaScript / CSS photo cropping tool

If you don't have image manipulation capabilities available on your server, fortunately, you can still implement a basic photo cropping tool using pure CSS &…

Jul29CSS, Style & Presentation, JavaScript

Simple jQuery Tabbed Content

Goal: Produce a simple, small script which gracefully degrades without JavaScript. Note: The HTML below is pulled from a Zope Page Template (with embedded Python),…

Jul21Brick Wall, CSS, Style & Presentation

IE 9 crashing – css hover

So, after many hours assuming that Internet Explorer 9 was crashing due to a piece of JavaScript in one of our sites, we were astonished…

Jul20July 20, 2011CSS, Style & Presentation

CSS line-height – word wrap vs. line break

I've noticed something about the CSS line-height property that surprises me a little bit. If you supply a line-height of say, 1.5 em, to a…

Jul19CSS, Style & Presentation, One-Liner

CSS text stroke

While webkit browsers have native CSS support for text stroke, you'll have better cross-browser compatibility if you use the text-shadow style appropriately. The following CSS…

Jul18July 18, 2011Brick Wall, CSS, Style & Presentation, JavaScript

IE 7 z-index bug – drop-down menus

If you've struggled to figure out why your drop down menus are showing behind other content, you may have come across the IE 7 z-index…

Jul05Brick Wall, CSS, Style & Presentation

Clear both puts content below all floated content

If you have a left-floated navigation bar, and a main content column, you may notice that when "clear: both;" any content within the main content…

Jun22CSS, Style & Presentation, JavaScript

jQuery search term highlighting

Highlighting keywords from a search can be done on the server-side, by using your development languages string replace functions, but this can add complexity to…

Jun13CSS, Style & Presentation

Apply style to a specific table column – using minimal markup

If you wish to apply a certain CSS style to, say, all rows in the 4th column of a table, you might think assigning a…

Posts navigation

Previous 1 … 3 4 5 … 7 Next
© 2025 SiteKickr