I've been following the video for making rounded corners and I've been using the 'Box-two' method with four .png files for the corners.
As usual everything works in Firefox, but not in IE (at least not in IE6)
I know the issue has to do with padding, and I think I did things right by creating the 'inside' class and applying the padding to that (I'm in wordpress, so I created the class 'inside' within the class 'post').
Here's the problem: IE6 http://www.unitedsound.us/pics/IECorners.png
If I remove the 20px padding then IE will put the left hand corners in the right position, but the text moves over as well and the corner and text show up on top of each other.
But, there is also the problem with the bottom corners. Even with the padding removed, they show up below the bottom of the post (and if you look at the top of the IE pic you can see that the above post has no bottom corners. I think they are covered up by the next post down)
<?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . \"/searchform.php\"); ?> <?php endif; ?> </div> <!-- end left-column-->
As usual everything works in Firefox, but not in IE (at least not in IE6)
I know the issue has to do with padding, and I think I did things right by creating the 'inside' class and applying the padding to that (I'm in wordpress, so I created the class 'inside' within the class 'post').
Here's the problem:
IE6
http://www.unitedsound.us/pics/IECorners.png
Firefox 3
http://www.unitedsound.us/pics/FFoxCorners.png
If I remove the 20px padding then IE will put the left hand corners in the right position, but the text moves over as well and the corner and text show up on top of each other.
But, there is also the problem with the bottom corners. Even with the padding removed, they show up below the bottom of the post (and if you look at the top of the IE pic you can see that the above post has no bottom corners. I think they are covered up by the next post down)
here is the css:
and the php