|
CSS Tutorials |
CSS TutorialsWelcome to the CSS Tutorials. In this section we cover Cascading Style Sheets, the powerful supplement to HTML that allows you complete control over the look of your websites. We'll show you how to create Cascading Style Sheets, and some of the cool tricks you can achieve with them. |
text such as PRE text, or another circumstancewhere line-wrapping cannot occur.
For Beginners...Introduction to CSS CSS Units For Intermediate Users...Controlling Background Images and Colours Controlling Fonts with CSS Controlling Text Appearance with CSS Making Lists Look Nicer with CSS For Advanced Users...CSS Positioning |
A similar line of reasoning explains how the left inner edge of thefloated element can be placed to the left of the left inner edge ofits parent. This ability can be used for interesting effects likehanging floated images, but only if thebrowser honors negative margins on floated elements. If it does, theresult will be something like that shown in Figure 7-71.