HTML Help...
- Started
- Last post
- 10 Responses
- jeedoubleu
I know almost no HTML and I need to know how to implement a hidden frame into an existing HTML document.
Is anyone feeling especially helpful at the moment?
- jeedoubleu0
Thanks, J... anyone else?
- airey0
is it just a layer of content that will appear on a mouseclick?
OR
do you want to add an iFrame?
OR
are you trying to rebuild a page with frames?
- jeedoubleu0
I need to place a counter on the page that is hidden.
- bk_shankz0
One frame is width="100%" and the hidden frame is width="8".
- heavyt0
i just did this for a metrics tool.
basically, just add an iframe.
[iframe src="" height="1" width="1" /]it is basically transparent, since it is in a 1x1 pixel area.
TR1
- airey0
couldn't you simply add a layer and position it in negative space (left of the browser window) or make it invisible? do you have dreamweaver? you can do all that in DW easily enough.
- sgoodwin0
go with a DIV set to {display:none;} and don't worry about frames or iframes.
- sgoodwin0
that should have said display-none