I am trying to create a round corner box using 3 images, since the round corner tutorial didn't work at all, and I can't figure out why the bottom part of box image is cut off. I feel like everytime I try to do something in CSS, that I'm jumping through hoops to get it to work right even after reading Eric Meyer on CSS and Teach yourself CSS in 24 hours.
John
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body bgcolor="#cccc00">
<div id="box">
<div class="boxTop"></div>
<div class="boxMiddle">This is a test box set at 100 pixels wide. I am trying to see if it will expand when I enter a lot of copy into it.</div>
<div class="boxBottom"></div>
</div>
</body>
Bookmarks