Thread: Need Feedback
View Single Post
Re: Need Feedback
Old
  (#18)
von Ryan
Yeah, right.
 
von Ryan's Avatar
 
Status: Offline
Posts: 848
Join Date: Jun 2004
Location: Rio de Janeiro - Brazil
Default Re: Need Feedback - 16-01-2005

Quote:
Originally Posted by Exilibur
<div style="margin:10px"></div>
Thanks, Exilibur, will edit it in Dreamweaver ASAP.

Now I only have one more problem: The opacity.
The opacity is a 100x100px png image that repeats itself along the div area. I made it in Fireworks, it has 1 layer, that is a white square (covering all the image area) with some opacity. The background is transparent.

Would the problem be the png extension? If I save in jpg, maybe it will work? In gif it doesn't work, gif images don't get along well with opacity...

[EDIT]The margin stuff didn't work, it only makes the space between the border of the div and the border of the page 10px... So, I'm stull taking suggestions...[/EDIT]

[EDIT2]OK, so I remembered of the old days of my design course... Of the f*ckin tables I had to do in HANDWRITTEN HTML in notepad (because "You have to know it well before sending some program do it for you"). Anyway, my div tags ended up something like this:
Code:
  <div id="Layer2" style="position:absolute; left:4px; top:3px; width:170px; z-index:2; padding:2px">
So, it's not margin, but padding that gives the effect you wanted.
[/EDIT2]

[EDIT3]@League: There is no rabbit, this is the Matrix [/EDIT3]



von Ryan, pwning Combine Dropships since 2005

Last edited by von Ryan; 16-01-2005 at 14:20..
  
Reply With Quote