crazy like woah.

  • (2 Pages)
  • +
  • 1
  • 2

19 Replies - 1668 Views - Last Post: 16 January 2003 - 04:51 PM

#1 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

crazy like woah.

Posted 23 December 2002 - 04:12 PM

i have this code, which i want to make go up and down the left side of the page the entire way, it should work i believe, but nothing shows.
<div  style="Z-INDEX: -500; POSITION: absolute; TOP: 0%; LEFT:0%;">
<TABLE background="images/left_border05.gif" WIDTH=11 HEIGHT=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
  <TR> 
    <TD><IMG SRC="images/left_border05.gif" WIDTH="11" height="17"></TD>
  </TR>
</TABLE>
</div>


BUT if i change the 100% to a value like 500 in the below code.
<div  style="Z-INDEX: -500; POSITION: absolute; TOP: 0%; LEFT:0%;">
<TABLE background="images/left_border05.gif" WIDTH=11 HEIGHT=500 BORDER=0 CELLPADDING=0 CELLSPACING=0>
  <TR> 
    <TD><IMG SRC="images/left_border05.gif" WIDTH="11" height="17"></TD>
  </TR>
</TABLE>
</div>


i get a nice little 500 pixel table up and down the left side. fine and dandy, but i want it to go the WHOLE way.

suggestions?

Is This A Good Question/Topic? 0
  • +

Replies To: crazy like woah.

#2 capty99  Icon User is offline

  • i am colt mccoy
  • member icon

Reputation: 89
  • View blog
  • Posts: 10,079
  • Joined: 26-April 01

Re: crazy like woah.

Posted 23 December 2002 - 04:33 PM

should 100% not be in quotes? along with the width
Was This Post Helpful? 0
  • +
  • -

#3 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 23 December 2002 - 04:44 PM

no, that stuff only matters when your being nitpicky with your code, which believe me, i will be, when the design is done with.
Was This Post Helpful? 0
  • +
  • -

#4 capty99  Icon User is offline

  • i am colt mccoy
  • member icon

Reputation: 89
  • View blog
  • Posts: 10,079
  • Joined: 26-April 01

Re: crazy like woah.

Posted 23 December 2002 - 07:04 PM

when u take it out of the div it stretches from the top to the bottom, but only for the visible part of the page in the window. weird.
Was This Post Helpful? 0
  • +
  • -

#5 Koenie  Icon User is offline

  • What?!

Reputation: 0
  • View blog
  • Posts: 1,313
  • Joined: 08-July 02

Re: crazy like woah.

Posted 24 December 2002 - 06:46 AM

try making the width of the div 100% too.
If that doesn't work, try putting all these attributes in one style attribute.
Was This Post Helpful? 0
  • +
  • -

#6 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 24 December 2002 - 11:59 AM

ok, i got it last night, but it only works in ie, not mozilla :(

here it is:
<div style="Z-INDEX: -500; POSITION: absolute; TOP: 0%; LEFT:0%; HEIGHT: 100%;">
<table background="images/left_border05.gif" width="11" height="100%" border=0 cellpadding=0 cellspacing=0>
  <tr> 
    <td><IMG SRC="images/left_border05.gif" width="11" height="17" alt=""></td>
  </tr>
</table>
</div>

Was This Post Helpful? 0
  • +
  • -

#7 Koenie  Icon User is offline

  • What?!

Reputation: 0
  • View blog
  • Posts: 1,313
  • Joined: 08-July 02

Re: crazy like woah.

Posted 24 December 2002 - 01:22 PM

just a question: why does the div has z-index: -500?
Was This Post Helpful? 0
  • +
  • -

#8 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 24 December 2002 - 01:24 PM

because i wanted it lower than everything else, and i was too lazy to figure out what everything else was at, so i just put a really large number. :)
Was This Post Helpful? 0
  • +
  • -

#9 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 24 December 2002 - 01:36 PM

http://supersloth.dreamincode.net/v5/

that's the link to the site, as you can see, it sorta works in ie, but has a few problems in mozilla, and just goes fucking haywire on mozilla for mac. <_<
Was This Post Helpful? 0
  • +
  • -

#10 capty99  Icon User is offline

  • i am colt mccoy
  • member icon

Reputation: 89
  • View blog
  • Posts: 10,079
  • Joined: 26-April 01

Re: crazy like woah.

Posted 24 December 2002 - 01:41 PM

that is crazy like woah. stupid browsers tick me off. :)
Was This Post Helpful? 0
  • +
  • -

#11 codeman  Icon User is offline

  • w3c fanatic

Reputation: 3
  • View blog
  • Posts: 1,190
  • Joined: 13-August 01

Re: crazy like woah.

Posted 24 December 2002 - 03:44 PM

It's not the browser's fault. 100% means that it spans 100% of the screen or its parent container. It only goes the length of the screen.
Was This Post Helpful? 0
  • +
  • -

#12 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 25 December 2002 - 06:03 PM

codeman, on Dec 24 2002, 04:44 PM, said:

It's not the browser's fault. 100% means that it spans 100% of the screen or its parent container. It only goes the length of the screen.

i know, thats exactly what i want the borders to do, but their not showing in mozilla.....

the bottom border on the other hand, is gonna take some sneakyness to get around...
Was This Post Helpful? 0
  • +
  • -

#13 aswettla  Icon User is offline

  • D.I.C Addict

Reputation: 1
  • View blog
  • Posts: 603
  • Joined: 27-September 02

Re: crazy like woah.

Posted 30 December 2002 - 11:11 AM

nothing works in mozilla :angry:
Was This Post Helpful? 0
  • +
  • -

#14 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: crazy like woah.

Posted 30 December 2002 - 12:54 PM

http://supersloth.dreamincode.net/v5/


the left and right borders dont show in moz. :(

tis my only problem, then a few css tweaks and im done. any ideas?
Was This Post Helpful? 0
  • +
  • -

#15 klewlis  Icon User is offline

  • cur tu me vexas?

Reputation: 8
  • View blog
  • Posts: 1,723
  • Joined: 09-November 01

Re: crazy like woah.

Posted 30 December 2002 - 10:23 PM

aswettla, on Dec 30 2002, 01:11 PM, said:

nothing works in mozilla :angry:

EVERYTHING works in mozilla, if it's coded properly. :)
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2