Aqua-Soft Forums: Layout issues converting PSD to HTML - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Layout issues converting PSD to HTML Rate Topic: -----

#1 User is offline   Jeter2Fan93 Icon

  • Group: Subscribers
  • Posts: 140
  • Joined: 21-December 07

Posted 19 March 2008 - 10:34 PM

Anyone up for a challenge? I've been asked to work on a site, converting PSD-->HTML. I'm not getting paid for it as I know the people but I'm a little stuck on the layout and not sure what I'm doing wrong or anything. If you'd like to help, just send me a PM or email and we'll go from there. Thanks in advance...
0

#2 User is offline   Jeter2Fan93 Icon

  • Group: Subscribers
  • Posts: 140
  • Joined: 21-December 07

Posted 20 March 2008 - 07:45 PM

Ok so I figured out my issue. Staring at a screen all day kills the brain cells!

Anyhow, I have a new issue that's been bugging me forever. How do I overlay text and an image on top of an image already present; as if the current image is a background image and the text and new image go on top?

Excuse my ignorance, I've been working on 3 different sites as well as photoshop work and I'm fried!
0

#3 User is offline   iGo Icon

  • HAHAHAHA!!!!
  • Group: News Posters
  • Posts: 1,651
  • Joined: 07-October 04

Posted 21 March 2008 - 02:03 AM

As for your overlaying issue... using absolute positioned DIVs. I hope you know what that means.
0

#4 User is offline   Jeter2Fan93 Icon

  • Group: Subscribers
  • Posts: 140
  • Joined: 21-December 07

Posted 21 March 2008 - 02:41 AM

iGo;495250 said:

As for your overlaying issue... using absolute positioned DIVs. I hope you know what that means.


I sure do, I've just been overwhelmed with work and things are looking hazy. Thanks.
0

#5 User is offline   AirForceOnes Icon

  • Group: Member
  • Posts: 427
  • Joined: 11-February 07

Posted 26 March 2008 - 11:21 PM

to overlay text on an image you just use a layer (DIV) but it does not have to be absolute. that messes up everything if you have something centered because everyone has different resolutions. but just make sure you use zindex, or z-index, not sure which, and then =1.

so it would be
blah


hope i could help. if you have any other problems pm me or talk to me on aim.
0

#6 User is offline   nicholasheer Icon

  • Group: News Posters
  • Posts: 820
  • Joined: 15-July 05

Posted 27 March 2008 - 01:19 AM

AirForceOnes;495958 said:

to overlay text on an image you just use a layer (DIV) but it does not have to be absolute. that messes up everything if you have something centered because everyone has different resolutions. but just make sure you use zindex, or z-index, not sure which, and then =1.

so it would be
blah


hope i could help. if you have any other problems pm me or talk to me on aim.


The correct code for that would be:
<div style="z-index:1;"> (content) </div>

0

#7 User is offline   AirForceOnes Icon

  • Group: Member
  • Posts: 427
  • Joined: 11-February 07

Posted 29 March 2008 - 03:45 AM

nice backup nick =]
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic