Click here to Skip to main content
15,892,298 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: php form email issue Pin
CWIZO14-Jun-06 10:14
CWIZO14-Jun-06 10:14 
Questiona javascipt qustion Pin
Xiaoming Qian12-Jun-06 21:39
Xiaoming Qian12-Jun-06 21:39 
AnswerRe: a javascipt qustion Pin
Guffa12-Jun-06 23:29
Guffa12-Jun-06 23:29 
Questiondisable an HTML textbox Pin
coolpali_girl12-Jun-06 20:41
coolpali_girl12-Jun-06 20:41 
AnswerRe: disable an HTML textbox Pin
vivek-g12-Jun-06 21:42
vivek-g12-Jun-06 21:42 
GeneralRe: disable an HTML textbox Pin
coolpali_girl12-Jun-06 22:55
coolpali_girl12-Jun-06 22:55 
GeneralRe: disable an HTML textbox Pin
Vasudevan Deepak Kumar16-Jun-06 3:19
Vasudevan Deepak Kumar16-Jun-06 3:19 
QuestionCSS link problems Pin
JackIsMe77712-Jun-06 12:55
JackIsMe77712-Jun-06 12:55 
I have three different styles of links that I would like to have on page...

1. General links on the page
2. Navigation menu links
3. Page footer

The problem I'm having is that the different styles keep on affecting other ones randomly. For example, the general links on the page are supposed to be in (Verdana, Helvetica, Arial, sans-serif), however they are inheriting (monospace) from the footer?!?

I have the navigation menu setup in a div like this:
****************************************************
<div id="navmenu">
<a href="#">Menu Link 1</a>
<a href="#">Menu Link 2</a>
</div>
****************************************************

...and the footer setup liks this:
****************************************************
<div id="footer">
click <a href="#"> here </a>
****************************************************

Here is my CSS code:
****************************************************
/*NAVIGATION MENU LINK PROPERTIES*/
#navmenu a, a:link, a:visited, a:active {
padding-left: 25px;
padding-top: 5px;
padding-bottom: 5px;
font-variant: small-caps;
line-height: 30px;
letter-spacing: +1px;
font-family: cursive;
font-size: 12px;}

/*NAVIGATION HOVER PROPERTIES*/
#navmenu a:hover {
color: #eded0a;}

/*GENERAL LINK PROPERTIES*/
a, a:link, a:visited, a:active {
padding: 0px;
margin: 0px;
color: #f8f8f8;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-indent: 0px;
text-align: left;
font-variant: normal;
text-transform: none;}

a:hover {
padding: 0px;
margin: 0px;
color: #f8f8f8;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
text-indent: 0px;
text-align: left;
font-variant: normal;
text-transform: none;}

#footer a, a:link, a:visited, a:active {
font-family: monospace;
font-variant: normal;
padding: 0px;
font-size: 10px;}
****************************************************

Thanks for any help you can give!
AnswerRe: CSS link problems Pin
Guffa12-Jun-06 19:06
Guffa12-Jun-06 19:06 
AnswerRe: CSS link problems Pin
JackIsMe77712-Jun-06 22:40
JackIsMe77712-Jun-06 22:40 
QuestionIs Inheritance of class possible in VBScript? Pin
Karthikeyan_A12-Jun-06 12:01
Karthikeyan_A12-Jun-06 12:01 
AnswerRe: Is Inheritance of class possible in VBScript? Pin
Guffa12-Jun-06 19:13
Guffa12-Jun-06 19:13 
Questionxml and netscape 6.2 Pin
ritu432112-Jun-06 0:49
ritu432112-Jun-06 0:49 
Questionhow to add to fields from a access database to a list box using asp code Pin
bobolov11-Jun-06 23:33
bobolov11-Jun-06 23:33 
AnswerRe: how to add to fields from a access database to a list box using asp code Pin
Paddy Boyd12-Jun-06 2:02
Paddy Boyd12-Jun-06 2:02 
Questionits still doesnt work same error message.. [modified] Pin
bobolov12-Jun-06 18:46
bobolov12-Jun-06 18:46 
QuestionSend Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:18
Sushant Duggal11-Jun-06 20:18 
QuestionJavascript Problem In IE - Please Help Pin
JodieWanKenobi11-Jun-06 13:15
JodieWanKenobi11-Jun-06 13:15 
QuestionCapturing XMLHTTPRequest Event using Javascript / IE Library API ? Pin
Paulino De Assis Fong11-Jun-06 10:47
Paulino De Assis Fong11-Jun-06 10:47 
AnswerRe: Capturing XMLHTTPRequest Event using Javascript / IE Library API ? Pin
Paulino De Assis Fong11-Jun-06 11:08
Paulino De Assis Fong11-Jun-06 11:08 
AnswerRe: Capturing XMLHTTPRequest Event using Javascript / IE Library API ? Pin
Adnan Siddiqi13-Jun-06 21:28
Adnan Siddiqi13-Jun-06 21:28 
Question"operation must use an updatable query" error message Pin
isiran11-Jun-06 2:07
isiran11-Jun-06 2:07 
GeneralRe: "operation must use an updatable query" error message Pin
Guffa11-Jun-06 2:46
Guffa11-Jun-06 2:46 
QuestionAny guides on writing CSS that works on both IE and NS? Pin
Red_Wizard_Shot_The_Food11-Jun-06 1:08
Red_Wizard_Shot_The_Food11-Jun-06 1:08 
AnswerRe: Any guides on writing CSS that works on both IE and NS? Pin
Guffa11-Jun-06 8:39
Guffa11-Jun-06 8:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.