css styling

Please wait

Youtube Iframe Css Z depth issue – solution

Navigation Bar Goes behind Youtube Iframe Embed? CSS Z Depth issue with Iframe Youtube Embed? Set Iframe YouTube Z Depth? The New YouTube Embed uses Iframe. Previously you could add some code to the old ‘object’ tags. One annoying issue is that Internet browsers set flash items above everything else. With the new Iframe YouTube [...]

Web Page Optimization – CSS basic

- When styling always use external style sheets.
- Limit the number of external sheets getting requested; if possible limit it to one.
- Eliminate White Space.

Underlining CSS styling

Use border-bottom css rule and discard the underline rule:
h1{boder-bottom:1px solid #cccccc;padding-bottom:3px;}

CSS styling image height and width while maintaining aspect ratio

A short post today on a great piece of CSS styling which allows you to resize images to a set size and still maintain there aspect ratio or proportions. This is a short and sweet optimized tip on how to use css styling to display an image at a certain height or with while maintain [...]