![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
embed the "self-portrait as a second div within your header, then go to you css and just float it right.
Quote:
__________________
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. |
|
||||
|
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;
|
|
||||
|
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?
__________________
Colour Printing and Integrated Cards || Graphic Design, Web Design UK || Logo Designer - Logo Design || Graphic Design Blog || Logo Design Logo Designer || Integrated Labels & Cards || Logo Design || Graphic Design Links || Web Design Rotherham UK || Logo Design UK || Web Design UK
|
|
||||
|
Quote:
Thanks for checking it out. This forum has helped me beyond mention. Thanks to all!!! |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
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. |