View Single Post
Old 09-17-2007, 12:47 AM   #5 (permalink)
bratwebdesign
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
To overlay the logo do this:

Change div#container to this: (I only added position: relative

Code:
div#container { text-align : left; width : 700px; margin : 0 auto; padding : 0; position: relative; }
Then to div#logo: (added position, top and left)

Code:
div#logo { position : absolute; top : -5px; left : 40px; width : 157px; margin : 0; padding : 0; }
I tested this on IE6 and FF2 at different screen resolutions and it worked perfectly. I would change the logo to a gif without the background though.

Hope this helps.
Attached Thumbnails
css-relative-positioning-difference-between-ie-ff-ie.gif  
__________________
Omaha Web Design | Cube Directory

Last edited by bratwebdesign : 09-17-2007 at 12:59 AM.
bratwebdesign is offline   Reply With Quote