Omicron Llama

Coding all day, every day.

css

Applying CSS Customisations in SharePoint – A Technique

Having done numerous branding exercises in SharePoint over the past few years, I have had the opportunity to try out various different methods of both loading CSS into your environment, and also the actual writing of the CSS. I have previous covered methods of loading CSS, and spoke about it in a video, which you […]

CSS Opacity in IE

This really pissed me off, and took me the best part of an hour to figure out. With CSS you can set transparency on a container element such as a div, using filter:alpha(opacity=X) where X is a number between 0 and 100 representing percentage of opacity. What ISN’T stated ANYWHERE is that the container div […]