Search results for "element"
Text shadow using CSS
We all know or at least we guess that there are many ways to add a shadow to a picture or to a text. Photoshop is useful and has implemented tools which help giving styled shadow effects. But what shall we do if want to have text shadowed in our web page? We know that it isn't usefully to put images because Bots can't read the text in a image and won't ...
Block hover effect for a list of links
The HTML is quite straightforward. Because IE only supports the :hover element for links, the link anchor needs to go around all the text in the list item. Therefore, we need to provide some additional hooks in order to style the content. We do this through the use of <em> and <span> tags.
<div ...
Id vs Div
There are often confusions when it's appropriate to use CSS IDs and when CSS Classes should be used instead. This article geared to display an answer as well as provide more information about CSS IDs.
We should know that IDs identify a specific element and therefore must be unique on the page - you can only use a specific ID only once per document. Many ...
Css hover in Internet Explorer
CSS is tricky or Internet Explorer has a lack of support?
Many of you there who work daily with CSS designing have reach a point where they were stuck. The most times it was because something strange ti was happening in Microsoft's propertary browser, the well known Internet Explorer. Many of the W3C standards regarding the CSS are ignored in internet ...

RSS/XML