Results 1 to 7 of 7

Thread: 3D Text

  1. #1
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 3D Text

    3d Text
    http://www.dynamicdrive.com/dynamicindex10/3dtext.htm

    This is how I have it in my page:

    In the head section:

    <style>
    .light3 { top:-2; left:-2; color:white; }
    .shade3 { top:+2; left:+2; color:lightblue; }
    .fill3 { top:0; left:0; color:blue; } </style>

    In the body section:

    <div class=Example3>
    <div class="light3">
    <center><h1>Text</h1></center>
    </div>
    <div class="shade3">
    <center><h1>Text</h1></center>
    </div>
    <div class="fill3">
    <center><h1>Text</h1></center>
    </div>
    </div>

    And it shows up as 3 lines of text, with 3 different colors:

    Text

    Text

    Text

    What'd I do wrong? Thanks in advance!

    --Brenon

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Have you got a screenshot or a lot more information please?

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here is the page I am testing it on. Other than that I haven't tried using it anywhere else because I cant get it to work.

    http://www.freewebs.com/teamcunit/test.htm

    I'm not sure what other info to give you. You can view the source. It's very simple, as that's all that is on the page. Hope that helps you to help me!

    Thanks,
    --Brenon

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You forgot to add

    Code:
    <style>
    body { background:silver; font-family:Arrus BT,Garamond,Times New Roman; }
    div { position:absolute; }
    </style>
    I think. Also put the copyright notice back post haste!

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i didnt take the copyright out - someone gave me that in the other 3D Text post i had put up (no names mentioned)...i'll put it in! oops!! thank you

    --Brenon

  6. #6
    Join Date
    Nov 2004
    Location
    greensburg, pa
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    what other options are there besides position: absolute? i want it centered but when i put that as the position is goes back to the 3 lines of text. sorry im so confused!! thanks

    --Brenon

  7. #7
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm as lost as you now. We need a fresh pair of eyes to oversee this, so maybe some of my forum buddies will check this out.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •