Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 14-06-2007, 09:22 PM
Russlock's Avatar
Established Member
 
Join Date: Jan 2007
Location: Middlesbrough, Teesside
Gender: Male
Posts: 402
Default

embed the "self-portrait as a second div within your header, then go to you css and just float it right.

Quote:
<body>
<div id="header">
<div id="self-portrait"></div>
</div>
<div id="main-contain"></div>
</body>
</html>
__________________
It's not what you know or who you know, it's what you know about who you know !!!

Website design you CAN afford

Last edited by Russlock; 14-06-2007 at 09:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #12 (permalink)  
Old 15-06-2007, 12:32 AM
dannynosleeves's Avatar
currently on the run
 
Join Date: Jun 2007
Location: NC
Gender: Male
Posts: 445
Default Self-Portrait Posistioning

Quote:
Originally Posted by Russlock View Post
embed the "self-portrait as a second div within your header, then go to you css and just float it right.
I dont want the image in the header. I want it in the main-contain div, but SLIGHTLY overlapping the header.

I think I got it. Is this good code?
Code:
#self-portrait{
	background-image:url(images/self-portrait.png);
	height:310px;
	width:450px;
	position: relative;
	top: -25px;
	left: 400px;
	}

<body>

<div id="header"></div>
<div id="main-contain">
	<div id="self-portrait"></div>
</div>


</body>

Last edited by dannynosleeves; 15-06-2007 at 12:38 AM. Reason: adding new code
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #13 (permalink)  
Old 16-06-2007, 06:31 PM
dannynosleeves's Avatar
currently on the run
 
Join Date: Jun 2007
Location: NC
Gender: Male
Posts: 445
Default Hows it look so far?

I have done a bit of work since the last post. Id love to have some CSS gurus go over my code.


WEBSITE


Code:
<body>

<div id="header"></div>

<div id="main-contain">
	<div id="row-1">
		<div id="top-ten"> 
			<p class="top-ten">TEXT TITLE</p>
	  	</div>
		
		<div id="self-portrait"></div>
		<div id="self-portrait-menu"></div>
	</div>
	
	<div id="row-2">
		<div id="reason1"></div>
		<div id="reason2"></div>
		<div id="reason3"></div>
	</div>
</div>


</body>


***********************************

/***************************/
/********* Header **********/
/***************************/

#header {
	background-image: url(images/header-bg.jpg);
	height:350px;
	width:100%;
}

/***************************/
/********* Content **********/
/***************************/

#main-contain {
	background-image:url(images/main-con-bg.png);
	height:4000px;
	margin:auto;
	width:790px;
	top: -1000px;
	}
	
/***************************/
/*******Photo Boxes*********/
/***************************/

#row-1 {
	width:100%;
	height: 440px;
	}
	
#top-ten{
	background-image:url(images/top-ten.png);
	height:433px;
	width:400px;
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
	left: 25px;
	padding-top: 5px;
	}
	

#self-portrait{
	background-image:url(images/self-portrait.png);
	height:310px;
	width:450px;
	top: -475px;
	position: relative;
	left: 400px;
	z-index: 2;
	}
	
#self-portrait-menu {
	background-image:url(images/bio-paper.png);
	width: 362px;
	height:	241px;
	position: relative;
	top: -550px;
	left: 415px;
	z-index:1;
	}
	
#row-2 {
	width:100%;
	height: 640px;
	}
	
#reason1{
	background-image:url(images/reason1.png);
	height:300px;
	width:256px;
	position: relative;
	top: 25px;
	left: 15px;
	}
	
#reason2 {
	background-image:url(images/reason2.png);
	height:300px;
		width:272px;
	position: relative;
	top: -290px;
	left: 270px;
	}
	
#reason3 {
	background-image:url(images/reason3.png);
	height:468px;
	width:259px;
	position: relative;
	left: 530px;
	top: -590px;
	}
	
#samples {
background-image:url(images/samples.png);
	height:634px;
	margin:auto;
	width:760px;
	}


/***************************/
/*********Content***********/
/***************************/

p.top-ten {
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 45px;
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #14 (permalink)  
Old 16-06-2007, 06:38 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 18,147
Default

Looks ok to me, the only thing that bothers me is I'm already scrolling and not much is on it, does the header have to be that deep?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #15 (permalink)  
Old 16-06-2007, 07:37 PM
dannynosleeves's Avatar
currently on the run
 
Join Date: Jun 2007
Location: NC
Gender: Male
Posts: 445
Default

Quote:
Originally Posted by Toon View Post
Looks ok to me, the only thing that bothers me is I'm already scrolling and not much is on it, does the header have to be that deep?
I know it looks a bit off now, but thats because it is a top secret design. This will be far from a typical design/layout. There is still much to be added, but it is ment to be a long scrolling site.

Thanks for checking it out. This forum has helped me beyond mention. Thanks to all!!!
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Learning CSS - Step 1- The Basics Graphic Design Network CSS Forum 1 15-05-2008 11:56 AM
12 Step guide to SUCK at web design tommylogic Off Topic 5 26-03-2008 03:12 PM
The STEP Best of Web Design 2008 competition Graphic Design Links Graphic Design Links 0 12-02-2008 07:30 PM
The STEP Best of Web Design 2008 competition Graphic Design Blog Graphic Design Blog 0 06-02-2008 08:50 AM
Learning CSS - Step 1 - The Basics Mack CSS Forum 4 10-07-2007 11:27 PM


All times are GMT. The time now is 09:57 AM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0