Bryan Loeper wrote:
On Thu, 18 Nov 2004 02:17:29 +0000, Sam - SS29 <[EMAIL PROTECTED]> wrote:
http://www.ss29.co.uk/wsg/test.html
Float Left and Right with a few additions,
They need to be vertically centered as well:
"are you able to make the top example look like the bottom one? one image left aligned, one right aligned, both vertically centred?"
-Bryan ****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
Using the webdeveloper plugin in firefox I played with the numbers. Using pixel set margin has achiveved this.
dont have time to check in other browsers
table.header { border: 1px solid green; width: 640px; }div.header { border: 1px solid green; margin: 0pt 0pt 20px; width: 640px; height: 104px; display: block; }
#imageone { border: 2px solid rgb(255, 255, 255); margin: 0; padding: 0; display: block; float: left; }
#imagetwo { border: 2px solid rgb(255, 255, 255); margin: 13px 0 13px 5px; padding: 0; display: block; float: right; }
-- Thx Sam aka [EMAIL PROTECTED]
w: www.ss29.co.uk t: 07958 322 010
-------------------------------
Passion Inspires Creativity
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
