Thread: CSS/HTML Help
View Single Post
  #7 (permalink)  
Old 30-October-2007, 02:42 PM
tofu tofu is offline
Senior Member
 
Join Date: Nov 2003
Location: florida, USA
Posts: 2,407
Default

Quote:
Originally Posted by The Supreme Canuck View Post
Edit: Tofu, just looked into your code. Interesting, but it isn't centred in either browser.
Well, I can center horizontally in every browser, but not vertically. Maybe the problem is that I just don't know how.

In your css, the reason the box is flush-right in IE is because of the top, right, bottom, and left attributes for the span.MainBoxSplash class. If you change them to something like this:

top: 30%;
right: 30%;
bottom: 30%;
left: 30%;

Then you can move the box out of the corner. But like my previous post, that's not a perfect solution.
Reply With Quote