More Textues for A4/V4 Hot Dress
More textues for A4/V4 Hot Dress available at Daz.
The Opera Web Standards Curriculum is a complete course to teach standards-based web development, including HTML, CSS, design principles and background theory, and JavaScript basics. An interesting read for both beginners and more advanced web developers.
I posted some textures for the A4/V4 Hot Dress for Poser on ShareCG today. I hope you like them.
I had a problem today of how to keep the height of a div with floating elements inside of it.
I came across the solution of putting a div which clears both of the floating divs in the containing box using:
<div class=”clearfloat”></div>
and in the stylesheet:
.clearfloat {
clear: both;
}
This seems to do what I wanted.
For an example see here:
I always seem to need filler text for various things, especially web design. I have various pieces of filler text in text files but it’s never convenient to stop what I’m doing and hunt out the text files so I was very please to come across this great resource:
It will generate various types of filler text and you can set the number of characters and words. It even puts in the paragraph tags for you so you can just copy the text and paste it straight into an html document. It also has some advanced options where you can change the font and it generates the stylesheet to go with the text you select.
A great timesaver and definitely a site for my bookmarks!
Add this to the body tag:
<body onclick=’javascript:self.close();’>