Getting my PSD into a good website
10-16-2009, 12:57 PM
|
Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
Hey everyone,
I've spend hours browsing the internet, and I've asked on multiple forums before, and I really hope this'll be the last one, because I'm dying to get this working.
I've made my lay-out in photoshop (it still needs some minor tweaking, but I can do it later), and I really want to get this into a decent HTML webpage, I am using Dreamweaver because my HTML coding skills are really really low (I know only the easiest basics).
I am in my first year of studying mediagraphics, and unforunately they'll only teach me real webdesign in my third year, they only teach me the very basics with Dreamweaver now..
Anyway, here is my lay-out, could anyone give me easy and detailed steps on how to get this into a website? I've used tons of tutorials but I can never get it to work with my lay-out.
http://img97.imageshack.us/img97/9859/layout.png
I got kinda far, I installed my lay-out (without buttons or logo), as my page's background, to make it able to write text in the white area. Now I am having problems with adding the buttons, they teached me to use Div tags at school.
Here is a screenshot.
http://img269.imageshack.us/img269/6...mastertalk.png
How can I place a new div tag for my buttons only, next to the logo tag? If I place the buttons in the same div tag as the logo, they will be places at the wrong place, on top of the transparancy part, and the wooden background won't fit.
Sorry, I tried my best to explain, I'm really new in this. I don't know any coding, English is not my native language (am 16 and from Holland), and this needs to be turned in next week, it's holidays right now so I can't ask my teacher..
I appreciate any help! 
|
|
|
|
10-16-2009, 01:05 PM
|
Re: Getting my PSD into a good website
|
Posts: 162
Location: Maryland
|
|
|
|
|
10-16-2009, 01:07 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
The link doesnt work.. And I've tried a lot of tutorials as I said, I'd like some personal help.. I guess the only thing I need to know right now is how to get my buttons on there..
|
|
|
|
10-16-2009, 03:01 PM
|
Re: Getting my PSD into a good website
|
Posts: 51
Name: Rick S.
|
Link is down, but just go there directly its very useful...
__________________
Rick
PB Media
Drawing images on your screen!
|
|
|
|
10-16-2009, 04:19 PM
|
Re: Getting my PSD into a good website
|
Posts: 8,823
Location: Tennessee
|
Link fix -
http://www.webmaster-talk.com/websit...tutorials.html
Quote:
|
How can I place a new div tag for my buttons only, next to the logo tag?
|
Float the logo.
Add the div and float it either right or left too.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
Last edited by LadynRed; 10-16-2009 at 04:20 PM..
|
|
|
|
10-16-2009, 04:23 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
I'm sorry to bother but I've seen those tuts before, I think I just need some personal help, about turning on the float thing, I'll give it a go now, thanks a load!
|
|
|
|
10-16-2009, 04:25 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
Thanks you so much Lady in red, all I have to do now is at the Divs for my buttons, I hope it'll work!
|
|
|
|
10-16-2009, 04:30 PM
|
Re: Getting my PSD into a good website
|
Posts: 8,823
Location: Tennessee
|
You really want to put your navigation into an unordered list, not just stick 'em inside a div. If you use the <ul>, you don't even need the extraneous div, you can just float the <ul> and style it and it's contents as needed.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
10-16-2009, 06:49 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
Okay, I made them buttons and the logo, and I made a new div for my text, the problem is, it appears on a different area in firefox, here's two screenshots:

|
|
|
|
10-17-2009, 12:35 PM
|
Re: Getting my PSD into a good website
|
Posts: 8,823
Location: Tennessee
|
What you're seeing is margin collapse, which is NOT a bug. Add padding-top: 1px to the div that your menu div sits inside of and that should fix the problem.
Do NOT rely on what DW is showing you, it is not accurate.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
10-17-2009, 01:51 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
Sorry to bother, but in what div do I have to add a margin-top +1pix? The one of the logo, the text, or the div for the buttons? (I have one div that has all buttons in it)
Thanks in advance and the effort so far! You've been great help!
|
|
|
|
10-17-2009, 02:07 PM
|
Re: Getting my PSD into a good website
|
Posts: 8,823
Location: Tennessee
|
Not margin-top, PADDING-TOP: 1px.
I assume your menu div is INSIDE another div ? If yes, than add the 1px top padding that THAT div (not the menu div)
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
10-17-2009, 03:09 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
I'm sorry, I'm a tad confused..
I've got these divs:
Container: This is the div that basicly covers the whole website, and I gave it the wood and white area as background. According to my schoolbooks I had to make this Div in order to center the website
Logo: Obviously my logo
Buttons: See the name
Content: Well, I made this div inside the white area, unfortunately this one doesnt work
|
|
|
|
10-17-2009, 07:26 PM
|
Re: Getting my PSD into a good website
|
Posts: 9
Name: Lars
|
Quote:
Originally Posted by Kathranis
I'm sorry, I'm a tad confused..
I've got these divs:
Container: This is the div that basicly covers the whole website, and I gave it the wood and white area as background. According to my schoolbooks I had to make this Div in order to center the website
Logo: Obviously my logo
Buttons: See the name
Content: Well, I made this div inside the white area, unfortunately this one doesnt work
|
Nevermind, got it to work! Thank you Ladynred, you're a lifesaver!
|
|
|
|
10-18-2009, 07:39 PM
|
Re: Getting my PSD into a good website
|
Posts: 8,823
Location: Tennessee
|
Good, glad you got it worked out 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
|
« Reply to Getting my PSD into a good website
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|