Search results for " CSS tags Border"
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 ...
Formating tables with CSS
Do you want to have a nice formatted table using CSS code? Being able to format a table it is not a "strange" thing than formating lists, links, text or other structures. You can have your own classes attached to the rows and columns or simple use another attributes (superscript) the used tags.
Below it is an example of a simple formated table. It is ...
CSS vs Tables. Can we talk about that?
Starting to create a web-page brings in your mind this question: Tables or CSS? We should think the advantages or disadvantages that a layout offers to us.
TABLE-based layouts
I used to create web-pages based on table layouts. I couldn't imagine another way to group the components and keep them closed. Some web designers are still using tables because ...

RSS/XML