Jump to content


expandable boxes


19 replies to this topic

#1 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 08 May 2005 - 10:22 AM

does anyone know how to make expandable boxes, cause my pics are a bit big and if i go down any farther they start to look bad

im using iframes for the text box

thx

edit: also i need help with comment systems, if someone could show me how to do that, that would be great

thx agian

#2 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 10 May 2005 - 07:47 PM

can anyone help me plz?

#3 tiki

    Young Padawan

  • Members
  • Pip
  • 259 posts
  • Gender:Male
  • Location:California

Posted 10 May 2005 - 08:15 PM

Your site?

Example of waht you want, cause I cant really understand what you want.

#4 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 10 May 2005 - 08:19 PM

i need to have a small text box, then when i add text and pictures, it expands right, and down

#5 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 10 May 2005 - 08:45 PM

Really easy. Just set the images that make up the left border, body, right border, top border and bottom border to td background with the width blank if horizontal and the height blank if vertical. The body shouldn't have either set. Make sure you make a seperate image for each of the four corner pieces and leave it in img src form.

#6 tiki

    Young Padawan

  • Members
  • Pip
  • 259 posts
  • Gender:Male
  • Location:California

Posted 11 May 2005 - 02:07 AM

set height and width too 100% or set no height and width

#7 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 11 May 2005 - 02:40 PM

100% expands them to the browser's width. Leaving it blank expands them based on the content inside them.

#8 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 11 May 2005 - 04:02 PM

thx phazon, ill try it later tonight

#9 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 11 May 2005 - 08:01 PM

its not working that well, the lines are all messed up, and i cant make the lines to go where i want them to go

im using dreamweaver with tables

#10 tiki

    Young Padawan

  • Members
  • Pip
  • 259 posts
  • Gender:Male
  • Location:California

Posted 11 May 2005 - 10:34 PM

sites look different within dreamweaver then the actual browser. try it in the browser?

#11 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 12 May 2005 - 07:09 AM

i did preview in browser (firefox)

#12 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 12 May 2005 - 02:56 PM

Can you upload it so that I can see it?

#13 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 12 May 2005 - 03:51 PM

yea let me find it agian, one sec

here: http://drowningforum.../Untitled-1.php

#14 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 14 May 2005 - 01:12 PM

can anyone tell me how to fix it plz?

#15 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 14 May 2005 - 01:36 PM

Ah, you didn't follow my instructions. Read them again. All the images have to be a td background except for the four corners.

#16 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 14 May 2005 - 03:48 PM

i need some help then lol, can u get me on aim? skaarj52

#17 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 14 May 2005 - 09:32 PM

Why don't you just upload the box somewhere (psd or jpg of the full thing they way it should look), then post it here? I'll slice and code it for you.

#18 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 14 May 2005 - 10:26 PM

ok here: http://drowningforum...zly.com/box.jpg

thx

#19 Phazon Eater

    P2L Jedi

  • Members
  • PipPipPip
  • 605 posts

Posted 15 May 2005 - 11:54 AM

<table id="box" width="500" height="100" border="0" cellpadding="0" cellspacing="0">
	<tr>
  <td><img src="images/top_left.gif" width="2" height="2"></td>
  <td background="images/top.gif" height="2"></td>
  <td><img src="images/top_right.gif" width="2" height="2"></td>
	</tr>
	<tr>
  <td background="images/left.gif" width="2"></td>
  <td background="images/body.gif">All text should go here.</td>
  <td background="images/right.gif" width="2"></td>
	</tr>
	<tr>
  <td><img src="images/bottom_left.gif" width="2" height="2"></td>
  <td background="images/bottom.gif"height="2"></td>
  <td><img src="images/bottom_right.gif" width="2" height="2"></td>
	</tr>
</table>

This is how the table with the box would look. I've renamed the images to make it easier to understand. It will only expand if you use more than space already available.

#20 venomsnake

    Jedi In Training

  • Members
  • PipPip
  • 481 posts
  • Gender:Male

Posted 15 May 2005 - 12:40 PM

ok thx much, ill post if i get it or not

edit: how do i go about adding this to index.html since im using iframes, heres the code i have for iframes.

<TD COLSPAN=4 rowspan=17 background:"images/main.gif"> <iframe src="main.php" name="iframe" scrolling=auto width=618 height=468 frameborder=0><font color="#000000">Error: Not Compatible with Iframes!</font></iframe></TD>

do i have to reslice the layout?

edit #2: ok i figured out the iframes part, but now the layout is messed up a bit, some of the lines are moved over, im getting some holes also and only half of the text box shows up

Edited by venomsnake, 16 May 2005 - 07:17 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users