artist for hire-bradley stone - 3d - design- graphics -web...
Bradley Stones Home PageMore about the artist.Resume and PortfolioMy art and design servicesMy art and design galleryGraphic Design Tutorials Free 3d Models and Textures Art and design links

Graphics Professional or just interested in learning more about what 3D has to offer. Check out this PDF.

guide to 3d
Portfolio PDF
[10M]

 

Get Acrobat Reader Free
Get Acrobat
Reader.

My Art, Design, Graphic, Visual FX, Software, and General Stuff blog. :)

 

Do a 2 Column CSS layout with scroll bars.
It doesn't flow from column to column but then why would
you need scrollbars if it did :P

PUT IN EXTERNAL STYLESHEET (ie global.css):
Adjust left values to move over on page
Adjust top values to move up higher on the page.

#leftpane {
position:absolute;
left:222px;
top:60px;
width:280px;
height:235px;
padding:10px;
z-index:2;
overflow: scroll;
background-color: #FFFFFF;
}
#rightpane {
position:absolute;
left:522px;
top:60px;
width:200px;
height:235px;
padding:10px;
z-index:3;
visibility: inherit;
overflow: scroll;
background-color: #FFFFFF;

 

----------------------------------------------------------

PUT IN HTML:

 

<div id="leftpane">
<p>Copy goes here.. it will scroll.</p>
</div>

<div id="rightpane">
<p>Copy goes here it will scroll too</p>
</div>

 


bstone@bradleystone.com
317-640-5051

 

 

brads blog graphic

Brads Blog Home!

 

 

portfolio

 

General Art Stuff

 

Industrial Design Stuff

 

3D Stuff

 

Special Effects Stuff

 

Me Ranting! :)

 

Comments:

If you want to comment on a blog post, email me, and I'll post it on the blog. I'd love to have your feedback!

 

Contact Me!

 

 

portfolio


General Art Blog Home

 

2 Column CSS

 

Modern Color Palette Management

 

Hey I've Started a Blog!

 

Back to Blog Home