Guardian-Mage Posted June 19, 2007 Share Posted June 19, 2007 http://ictonentertainment.com/wamboldt/newicton/test.php That is the page i am working on. It depends on your monitor and screen resolution, but the image is suppose to be in the upper right corner, just like the image below it. Any idea how i can do that without messing up the css and make it work on all screen resolutions? I included an image on the site of what it should look like. Right now if I use relative positioning, there is a gap where the image should be and my text won't format correctly. -Thanks -Brandon Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 19, 2007 Share Posted June 19, 2007 either float the image right or use absolute positioning and right: 0; to do the latter you will need a parnet container with position set to anything other than static (position: relative; will do the trick). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.