British Comedy Guide

Dreamweaver/CSS/HTML advice

Just playing round with Dreamweaver and am creating my first site from scratch.

Can someone remind me how I should do the CSS to change a link's appearance when hovering over it please. My minds gone blank.

I want to do something similar to how they work on here where they change colour and underline.

a:hover {some:Stuff;}

This is what I'm using here at the moment, if you're interested:

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #00F;
text-decoration: none;
cursor: hand;
}

a:hover {
color: #F00;
text-decoration: underline;
}

Cheers!

Except you need to drop the 'u' from colour, obviously.

I think that there's a CSS editor within Dreamweaver that you should be able to use though?

HA HA LETS ALL LAUGH AT THE GEEKS!!!!

No, seriously, I spent ages learning CSS stuff for use on a website I plan to launch when my writing career takes off. I finally got to grips with it all, finished the basic site, then forgot it all again so that was helpful.

Unless you're going to be doing it (websites) as a profession, there's not really any need to learn it. Most programs available now have built in WYSIWYG CSS editors.

GEEK AND PROUD

Quote: Aaron @ February 23, 2008, 11:24 PM

Unless you're going to be doing it (websites) as a profession, there's not really any need to learn it. Most programs available now have built in WYSIWYG CSS editors.

GEEK AND PROUD

All I used it for was to get some hover-y changey- icons.

Yeah, them.

Quote: Seefacts @ February 23, 2008, 11:23 PM

HA HA LETS ALL LAUGH AT THE GEEKS!!!!

That Big Bang Theory on Channel 4 is actually quite funny - similar idea.

I'm not a geek and i can write html. Look here's a div tag: <div>

Not Geek but proud anyway

Aha. This is where my lust for life went to die. And for the last time Aaron CSS stands for Counter Strike Source Angry

Cascading. Style. Sheets.

>_<

Counter. Stike. Source. >_<

You can't pwn noobs with Cascading Style Sheets. Sounds like something they sell in *struggles to think of a furniture store. Googles* Habitat

I can write in C, C++, Python, and Perl.

Call yourselves geeky? Pah, I spit on your paint-by-numbers html.

Quote: ajp29 @ February 24, 2008, 12:32 AM

Counter. Stike. Source. >_<

Genius. I think your CSS is playing up :P

Quote: ian_w @ February 24, 2008, 12:33 AM

I can write in C, C++, Python, and Perl.

So you lingual in 100 languages then :P

If you get that joke you really really deserve a biscuit and should get out more

Quote: ajp29 @ February 24, 2008, 12:38 AM

So you lingual in 100 languages then :P

If you get that joke you really really deserve a biscuit and should get out more

Can I have a Custard Cream then please?

Share this page