![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Ok... this idea could either be really annoying or really cool....
Im working on redoing my portfolio page, but I want to make sure I have picture purfect CSS. So, what I was thinking is I could work on the site in incriments and and have people comment and critique it along the way. For example... Right now Im starting with a basic style sheet, html page, and the header. Id have the GDF community take a look at it, and I would fix/learn as we go. Next I might work on the main container and so on and so forth. What do you think? Does this sound like a neat idea or way too much work for everyone? I dont want to be "that guy." So, if its a stupid idea, be nice and I'll bow out gracefully. If you are intrested, heres the page... |
|
||||
|
Sounds like a decent idea, all seems ok so far
|
|
||||
|
Awesome. Glad you think it might be a good idea.
I have now added the "main-contain" area which is where all the content will be going. website I think the css is correct for this. Yes? Code:
#main-contain {
background-image:url(images/main-con-bg.png);
height:1000px;
margin:auto;
width:790px;
}
Last edited by dannynosleeves; 13-06-2007 at 01:31 PM. Reason: adding code |
|
||||
|
Close your link tag.
line 5 column 1 - Warning: <link> element not empty or not closed should have a /> at the end.
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
|
||||
|
Quote:
these are good for what you got there, except for the brown/black |
|
||||
|
I know this is wrong, but Im not sure what I should do.
I want the picture to sit in the top right hand corner of the main-contain div, slightly overlapping the shotgun shells and hanging off the right edge a little. (scroll down to see image) The webpage CODE: Code:
HTML
<body>
<div id="header"></div>
<div id="main-contain"></div>
<div id="self-portrait"></div>
</body>
CSS
#self-portrait{
background-image:url(images/self-portrait.png);
height:310px;
width:450px;
position: relative;
top: -25px;
left: 700px;
}
|
![]() |
|
|
| 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:23 PM. |