Posts tagged as:

Results for css

Based on the creation of an image map in css, we can create a zoom effect on a detail of a background image.

Image preview:

zoom effect in css
zoom effect in css

Continue to read >>

{ 1 comment }

1 comment

Stay updated with our RSS Feed

The css property overflow indicates to the browser what to do with the content which overflow the limits of its containing block. This means that this property is only applied to elements with a fixed measure.

If the values for width and/or height are not specified, the property overflow is useless and the containing block will redimensions itself based on its content.

The property overflow accepts 4 values: visible, hidden, scroll and auto.
Continue to read >>

{ 0 comments }

0 comments

Stay updated with our RSS Feed

An important aspect in using css is to be able to select an element to apply to it the css style.

This selection can be done based on the position of the element in the page’s structure (css selector), on a specific name given to the element (class and id) or on information other then the page structure or name (pseudo-class and pseudo-element).

To facilitate the reading of this article, I added the index of selection methods classified as css selector, class and id, pseudo-class e pseudo-element:

Continue to read >>

{ 1 comment }

1 comment

Stay updated with our RSS Feed

Css template 1

Thursday 22 January 09 by Onsitus in CSS Templates

css template gratuito esempio 1
  • Fixed width 900px
  • 3 colors available
  • Validation w3c xhtml strict
  • Compatible with IE6, IE7, FIREFOX, OPERA, SAFARI

Continue to read >>

{ 0 comments }

0 comments

Stay updated with our RSS Feed

Css menu drop down horizontal - 1

Thursday 22 January 09 by Onsitus in CSS Menu

Menu css drop down horizontal which open a second row with sub-links

This menu at fixed measure has been created using an unordered list and nested lists to contain the sub links playing with css property visible to hide and show the sub menu when necessary. The buttons ‘rollover’ effect is done using a unique image positioned with the css property background-position.

Continue to read >>

{ 1 comment }

1 comment

Stay updated with our RSS Feed