View Full Version : The REAL answers to questions you need answers to...


rundellt2000
06-16-2003, 06:50 AM
Have we all been looking for answers and the mod comes along and says "Search the forums?" Well, I agree, and I'm putting a stop to FAQs!

Firstly, many people have wanted "transparent iframes". These are impossible. The only possible way is with the opacity style code, and that makes text transparent aswell. The allowtransprency tag doesn't work, and the background-color: transparent style code only works with everything BUT I-frames. :crying:

And now I'm tackling Vertical Lines. There's no <vr> tag, so many pplz use <hr> and tables.

The way to make a <hr> vertical line is to have a 2 width and a large size (but it only works up to 100px).

<hr size="100" width="2">

Now, I think this part is going too long so CNP...

rundellt2000
06-16-2003, 06:56 AM
...

So, now Vertical lines with tables.

It's the same formula- low width, high height.

<table width="1" height="100" border="1" cellpadding="0" cellspacing="0">
<tr>
<td>
</td>
</tr>
</table>

That's two topics down.

I cannot think of anymore. Any mods/members who have any subjects that they are tired of answering, PM or email me.

Lemon Squash
06-16-2003, 07:26 AM
um.. o.O

MaGiCSuN
06-16-2003, 10:40 AM
allowertransparancy works, but with IE 5.5 or higher

i think this thread is useless, so i'm going to close it. if people want to know they can search the forum