hello!
i've got several iframes on a page, that i want modified by an external style sheet. i cant seem to remember the format for getting rid of the border from the external style sheet!
here's what i've got (that I'SNT working)
HTML Code:/*iframe*/ #first { margin: 0px; width:336px; height: 400px; frameborder: none; border:0px; border:none; /*mozilla?*/ overflow:hidden; /*mozilla?*/ }
HTML Code:<iframe id="first" src="mywebsite.com"></iframe>
the mozilla stuff was some code i found somewhere online.. dont know if its doing any good or not..
so, if somebody could tell me how that should be coded, i'd appreciate it!
also, does anybody know of any places where i could see a list of all the atributes for the iframe tag, and how they are written out in an external style sheet?
thanks for any help you can give me!









Bookmarks