View Full Version : How do you code your site?
lMattz
08-07-2006, 04:43 PM
Hey i was wondering do you use Iframes or do you use expandable tables? I mean i always use iframes and of course it hardly never works because of all the different resolutions. Could someone help?
Thanks
Matt
nelly
08-07-2006, 05:06 PM
I use iframes because i can't do expandable tables :)
nick12
08-07-2006, 05:08 PM
i get my mates to do it becasue i do not know how to do it
lMattz
08-07-2006, 05:21 PM
Lol :(. I think i have a rough idea, any others? Thanks for replying peeps! :D
Slixor
08-07-2006, 05:31 PM
iframes always work :S why does it affect screen resolution?
lMattz
08-07-2006, 05:34 PM
When you position the iframe to a certain point it changes when you change your resolution.
Slixor
08-07-2006, 05:36 PM
only if you add iframes the dumb way, if you slice image then insert ifram in that secion of table instead of pic it works like a charm
lMattz
08-07-2006, 05:39 PM
What, slice the image, place parts of image in the tables where needed, then say make another cell in the middle and insert you iframe in it?
Thanks
Slixor
08-07-2006, 05:40 PM
not if you put the iframe in a teble which is created via slicing
ADAM:
08-07-2006, 05:43 PM
Hey
Once you have sliced your image and they have be inserted to the tables. Make the back e.g. main content the colour you want it to be and then insert the Iframe in the table.
What your on about is if you put the iframe in a layer.
lMattz
08-07-2006, 05:52 PM
Adam, thats just what i ment. Thanks for help all!!" ;D
JoeComins
08-07-2006, 06:06 PM
As Carl always says, all tables are expandable!
I either spend ages coded in CSS and (X)HTML with DIV's and PHP Includes, or ask my friend to do it
Oracle:
08-07-2006, 06:14 PM
XHTML strict for the layout following validations rules and CSS and images for the styling adding CSS hacks for IE annoyances, Javascript for the dynamic parts of my site and PHP for certain little scripts.
Still using iframes here ;)
ADAM:
08-07-2006, 06:26 PM
Adam, thats just what i ment. Thanks for help all!!" ;D
Hey
Sorry i didnt read your post :)
Mentor
08-07-2006, 06:45 PM
If you want tables or ifriams to expand set there hights / widths as %, all tables do that, its not anything special, default behaviours.
<IFRAME SRC="somepage.html" TITLE="thepage" name="page" width="500" height="500">
you need a decent browser
</IFRAME>
Above is an ifraim, it wont exspand becuse its width is set to 500 px
<IFRAME SRC="somepage.html" TITLE="thepage" name="page" width="100%" height="500">
you need a decent browser
</IFRAME>
Thats another ifraim, this one will be the same width as the page or the table its in, becuse the width is in a %, so it will fill a 100% of the page in this instance.
Sames true with table widths or hieghts.
For refrance its usealy not a good idea to set heights as % becuse IE usealy ****s them up if you do.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.