Tag Archives: Tryit

Static Background Pic

Working with a problem figuring out to have a background pic that does not move. I have seen them on myspace but never have been able to figure out how to do it by myself… Any Advice maybe someone is known for a script that i could use Employing dreamweaver 8 Yes, you can make a background image fixed using CSS. There’s an example of this at http: //www. w3schools. com/css/tryit. aspfilename=trycss_background-attachment . Only write " background-attachment: fixed" in the CSS for ones " body" aspect. That should work. ok here is the code for the main page, undecided what i’m doing wrong HTML: <! DOCTYPE html page PUBLIC " -//W3C//DTD XHTML ONE PARTICULAR. 0 Transitional//EN" " URL=" http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd/URL" > < html page xmlns=" URL=" http: //www. w3. org/1999/xhtml" http: //www. w3. org/1999/xhtml/URL" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" /> < title> Aletheia Home< /title> < design type=" text/css" > <! — body background-color: #000000; body, td, th font-family: Situations New Roman, Situations, serif; text-decoration: it’s unlikely that any; font-size: medium; . style3 colour: #CCCCCC; font-size: x-large; font-weight: strong; a: link text-decoration: it’s unlikely that any; a: … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Link box?

Following looking over this particular tutorial, I figured it all out and it turned out now imprinted in my brain: http: //www. w3schools. com/css/tryit. aspfilename=trycss_link_advanced Nevertheless, one thing this bothers me, when will i make it so it is not for ALL links How to make it so it’s only for my navigation http: //www. w3schools. com/css/tryit. aspfilename=trycss_link_advanced You specify a class for your own links…. Do this example: Code: < html> < style> your. mylink: link, your. mylink: active, your. mylink: visited background-color: transparent; font-family: arial; font-size: 12pt; text-decoration: not one; color: #555; your. mylink: hover background-color: #555; font-family: arial; font-size: 12pt; text-decoration: not one; color: #fff; < /style> < body> This really is an example< br /> < br /> < your href=" #" > An average link< /a> < br /> < br /> < your href=" #" class=" mylink" > My link style< /a> < br /> < br /> < /body> < /html> .

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment