I have a template I am using to create a very simple site using firstpage. The problem is I have set the transparency etc. and worked fine on my flash site I had but when i insert the .png file in this program it gives a white box around it. I know the background of the template was done using css. I have the background image used in the template and may be able to edit that with Gimp and combine the two together so it pulls them in at one time?I am sure it is something simple form of code I am not sure of so any help would be greatly appreciated.
7/17/2009 1:04:56 PM
so much information lacking in this thread for us to be any help. Post your code and css here and maybe the image. make sure the image actually has a transparent background. and also make sure whatever element you have this image in doesn't have a background either.
7/17/2009 1:43:05 PM
7/17/2009 1:52:48 PM
^^Will provide information when I get home from work today.
7/17/2009 4:51:38 PM
I have the logo working now. http://intheholestoppers.com/On safari and firefox the page comes in skewed on the bottom half. Can anyone look at the source code and tell me what I need to adjust this and to make the grey background stay in place and have the other layers on top of that with it even all the way around. I must have messed something up.Also trying to get rid of the bullets for the links and have the links centered over on the right hand side.Still a big work in progress but for what it is i do not need much if I could have some help with this that would be great.Thanks,
7/21/2009 3:27:04 PM
i will solve these issues for a cool c-note
7/21/2009 3:28:54 PM
i will solve these issues for two cool c-notes
7/21/2009 3:31:01 PM
I'LL DO IT FOR HALF HIS PRICE
7/21/2009 3:31:30 PM
^^^^I believe your footer alignment issue is due to mismatched closing div tags.If i'm reading your comments in the source code right...the last </div> is for the wrap div which you open first thing after the body tag. Yet just by a quick glance of your source code...that </div> closes the footer <div> tag.
7/21/2009 3:54:45 PM
The closing tag for DIV#footer isn't misplaced. He just forgot to set its margins!BOOM, that one was free.[Edited on July 21, 2009 at 3:58 PM. Reason : ID NOT CLASS]
7/21/2009 3:56:31 PM
^i just based my assessment on his html comments.
7/21/2009 4:08:02 PM
Moving the closing tag for DIV#wrap might fix it, too. But it's not broken as it is right now, per se.
7/21/2009 4:08:54 PM
Thanks guys for the help.
7/21/2009 4:12:44 PM
I have tried several things with the div tag and can't seem to get it to work as far as getting the body of the site in the center. Any advice on how to fix this other than what has been mentioned?
7/22/2009 8:56:35 PM
never mind after deleting and trying some different things it looks like i have it.Now if I can get rid of the damn bullets on the links i will be on my way
7/22/2009 9:08:35 PM
list-style: none; on the LI elements<li style="list-style: none"> if you want to do it inline
7/22/2009 9:16:56 PM
^thanks man
7/22/2009 9:19:23 PM