Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Makeing A Div Thing Go From Top To Bottom,, regardless of its content.
sxyloverboy
post Sep 23 2005, 03:53 PM
Post #1


Super Member
*********

Group: Members
Posts: 302
Joined: 17-June 05
From: Frankfurt, Germany
Member No.: 8,358



ok so i dont really know how to call this so if someone know a better title please let some mods change it.

I want to make a site that goes 100% page diagonaly. and has a border image left and right. since this probably makes no sense at all ill show you the page i designed in Macromedia Fireworks and maybe you will understand.

user posted image

i hope someone can help me.

Go to the top of the page
 
+Quote Post
jlhaslip
post Sep 23 2005, 04:51 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,083
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



Hi,

I need some more info and then maybe I'll be able to send you a little something.

Need to know if the page you are looking needs to be css ?

Know what I mean? because a have an old, table based page that might work for you... well a mixed bay of a page that got caught in the transition between thinking tables were the slickest thing since sliced bread and now understanding the strength and value of a w3 compliant css page.
So, let me know if that would work.
Go to the top of the page
 
+Quote Post
nelimitat
post Sep 23 2005, 08:39 PM
Post #3


Advanced Member
*******

Group: Members
Posts: 120
Joined: 28-August 05
Member No.: 11,224



This thing that you want to do with the 'div' stuff can be done enough easy. I use namo webeditor as a html editor and it have this effect too. you can check for this in the effects menu. it actually adds a layer and an effect as a javascript.

you could check google for free javascripts or go directly to one of those two great sites:
- www.dynamicdrive.com
- www.hotscripts.com

you'll find very useful scripts in there; they are easy to apply in your html page and come with detalied instructions to be easy for you. you can also view a demo of some of the scripts.
Go to the top of the page
 
+Quote Post
reatum
post Oct 3 2005, 09:21 PM
Post #4


Member [Level 1]
****

Group: Members
Posts: 63
Joined: 3-October 05
Member No.: 12,515



I think you should be able to do something pretty easy with css.
set 3 main classes
.borderImg {
float:left;
width:15%;
height:100%;
}
.content {
float:left;
width:70%;
height:100%;
}
.spacer {
clear:both;
}

and then arrange them like so
CODE

<div class=spacer></div>
<div class=borderImg>Put your left border img here</div>
<div class=content>Put your content here</div>
<div class=borderImg>Put your left border img here</div>
<div class=spacer></div>

that separate the page into 3 parts for you with minimal styling..
let me know if this helps
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. The Most Idiotic Thing You Heard A Christian Say(77)
  2. Do You Think Popups Are A Bad Thing?(81)
  3. Whats Your Favorite Thing To Do?(39)
  4. Getting Free Domain Names And Hosting(6)
  5. What Is The Human Tail? (graphical Content)(35)
  6. Downloading Content Using Rapidshare!(12)
  7. Strange Thing Happened To My Computer(26)
  8. Qupis : Free Hosting With Php, Mysql, Cpanel. (one Line Text Ad At Bottom)(41)
  9. Most Unnerving Thing About Noobs(6)
  10. Microsoft Encarta Or Wikipedia(5)
  11. Religion And Science(5)
  12. What The Best Thing That Fit Your Resume For Mba(2)
  13. Content Management System (cms)(13)
  14. Xml For Dynamic Website Content(3)
  15. Does Duplicate Content Affects Search Engine Positions ?(1)
  1. I Am Very Much Addicted To Internet(21)
  2. Mirror Dimensions(9)
  3. Php--> Content-only Pages(9)
  4. Wouldn't It Be The Same Thing As Copying And Pasting From Another Website If We Copy Out Of A Religious Tract?(3)
  5. Is 2d A Thing Of The Past?(12)
  6. Bill Bailey's Part Troll... What Is That Thing?(0)
  7. Sections And Content(3)
  8. Dreamweaver Cs3: How To Link Content To Layers/apdivs(5)
  9. I'm Crazy About This One Girl...(6)
  10. Summertime Blues(4)
  11. Regarding Content Language...(6)
  12. Cms/upload Best Practice?(12)
  13. How Romantic Are You ?(0)


 



- Lo-Fi Version Time is now: 13th October 2008 - 11:34 AM