| Author |
modify a Project VII design
|
|
|
|
|
|
| Osgood 2005-04-29, 7:21 pm |
| You should be able to do that without much problem.
You would need to comment out the background images and border from the
#wrapper <div> as below, see the /* and */ that comments out that
particular part of the css. You can remove those three lines completely
if you want.
#wrapper{
/* background-image: url(images/c_bgwrapper.jpg);
background-repeat: repeat-y;
background-position: top left;
border:1px solid #333; */
min-width: 770px;
position:relative;}
Do the same to the #wrapper1 <div>. Infact if you know how you can
completely remove that <div>
#wrapper1 {
/* background-color: #fff;
background-image: url(images/c_bgwrapper.jpg); */
background-repeat: repeat-y;
background-position: top right;
min-width: 770px;
}
Remove this form the #sidebar <div> and you can already see things
starting to happen.
<p>this is some copy text this is some cop text this is some copoy text</p>
<p>this is some copy text this is some cop text this is some copoy text</p>
<p>this is some copy text this is some cop text this is some copoy text</p>
<p>this is some copy text this is some cop text this is some copoy text</p>
<p>this is some copy text this is some cop text this is some copoy text</p>
<p> </p>
Insert a curved image in the #sidebar <div> after the closing </ul> tag,
as below.
<li><a href="#">Section link</a></li>
</ul>
<!-- insert curved image here make its width 150px -->
</div>
Then work on the #news <div>
powerdog wrote:
> Would appreciate it if someone would look at this design pack demo...
>
> http://www.projectseven.com/viewer/...demo=carrollton
>
> and tell me if there would be any problem modifying it so the left and right
> cols are more like this one:
>
> http://www.projectseven.com/viewer/index.asp?demo=palms
>
> (Shorter columns and curved at the bottom.)
>
> Thanks!
>
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |