View Full Version : Simple Code
yoshi555
01-15-2007, 09:50 PM
Can some please post really simple css codes as simple as this HTML code
<a href="ppppp.htm" target="hello"><iframe name="hello">this code may not work because Im in a hurry but do one that works please http://www.stopie.com (http://ww.stopie.com) IE Rocks so please simple codes
jscheuer1
01-15-2007, 10:49 PM
Well, you do have to formally close the iframe tag and, though a self-closing tag will do in some browsers, not in all - most notably - IE 6, perhaps 7:
<a href="ppppp.htm" target="hello"><iframe name="hello"></iframe>
And, alternate content for non-iframe enabled browsers should go between the tags:
<iframe name="hello">Alternate Content</iframe>
yoshi555
01-15-2007, 11:26 PM
Yeah i no but i dont care i just want simple css codes!!
thetestingsite
01-15-2007, 11:41 PM
Simple css codes? To do what, change the background or link colors. Could you be a little more specific.
yoshi555
01-15-2007, 11:44 PM
Just post the first CSS codes you learned and memorized please
thetestingsite
01-15-2007, 11:55 PM
BODY {background: url('imgs/bg.png') color: #CCCCCC attachment: fixed; overflow-x: auto; overflow-y: auto;}
a:link, a:visited { text-decoration: underline;}
a:hover { text-decoration: none; font-weight: bold;}
Thats just a few of the first ones I learned.
djr33
01-16-2007, 12:01 AM
The first post in nonsense. C'mon, man.
yoshi555
01-16-2007, 12:11 AM
It dosnt really matter its not wasting any money or soem what c'mon ya'll
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.