Ad
related to: FFC
Y! Mail is having issues. Select Classic Mail and it should work.
1 Answers · Computers & Internet · 04/05/2011
Yahoo was working on the site. The mail access affected everyone. It has been fixed. Ron
3 Answers · Computers & Internet · 04/05/2011
...: a:link, a:visited { background-color: green; text-decoration: none; color: # ffc ; /* cream text */ font-weight: bold; } a:hover { background-color: #000; /* black bkgrd */ text-decoration...
2 Answers · Computers & Internet · 18/11/2011
...specific say you want to hightlight a paragraph. <p style="background: # ffc ">This is a paragraph</p> about the large...
2 Answers · Computers & Internet · 11/03/2008
...border: 2px solid #006699; width: 150px; height: 30px; padding: 3px; background-color: # ffc ; color: #000; font-family: verdana, sans-serif; font-size: 1em; text-align: center; line-height...
3 Answers · Computers & Internet · 12/08/2011
...;/form> CSS: .input { border: 1px solid #006; background: # ffc ; } .button { border: 1px solid #006; background: #9cf; } You could try ...
3 Answers · Computers & Internet · 20/05/2009
Make sure that in the HTML code, the mainmenu div comes before the content. Next set the content float property to left. I have also removed the left margin of the content. #mainmenu { /*navigation menu*/ width: 210px; height: 400px; margin: 0; margin-top: 0px; border-right: 1px solid...
2 Answers · Computers & Internet · 11/09/2010
p.whatever { text-align: left; } MLindahl
3 Answers · Computers & Internet · 03/07/2008
Where you have "Width: 100%" try putting a discrete pixel value instead, like "Width: 120px" Change 120 for any value that suits. I'm assuming at this point that the width will remain fixed, and not scale with the page.
2 Answers · Computers & Internet · 12/09/2010
The clue to the cause is the fact that the first two links don't react to hovering. The cause is simple: some other element is on top of the first two links. We'd have to see more of your code to help you with that though...
3 Answers · Computers & Internet · 13/04/2014