Click here to Skip to main content
15,885,985 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionProblem with pointers / permissions? Pin
whatsa25-Mar-11 10:15
whatsa25-Mar-11 10:15 
AnswerRe: Problem with pointers / permissions? Pin
cjoki25-Mar-11 13:31
cjoki25-Mar-11 13:31 
AnswerRe: Problem with pointers / permissions? Pin
effayqueue25-Mar-11 23:50
effayqueue25-Mar-11 23:50 
AnswerRe: Problem with pointers / permissions? Pin
nickmaroulis30-Mar-11 13:38
nickmaroulis30-Mar-11 13:38 
Questionhow to bypass web filter Pin
yftah198923-Mar-11 7:12
yftah198923-Mar-11 7:12 
AnswerCross Post: Please Ingore Pin
Keith Barrow23-Mar-11 8:48
professionalKeith Barrow23-Mar-11 8:48 
GeneralRe: Cross Post: Please Ingore Pin
Pete O'Hanlon23-Mar-11 9:21
mvePete O'Hanlon23-Mar-11 9:21 
GeneralRe: Cross Post: Please Ingore Pin
Keith Barrow23-Mar-11 9:44
professionalKeith Barrow23-Mar-11 9:44 
Questionsend data Pin
Elham M23-Mar-11 3:19
Elham M23-Mar-11 3:19 
AnswerRe: send data Pin
cjoki23-Mar-11 4:32
cjoki23-Mar-11 4:32 
GeneralRe: send data Pin
Elham M24-Mar-11 3:14
Elham M24-Mar-11 3:14 
GeneralRe: send data Pin
cjoki24-Mar-11 4:55
cjoki24-Mar-11 4:55 
GeneralRe: send data Pin
Elham M24-Mar-11 22:17
Elham M24-Mar-11 22:17 
GeneralRe: send data Pin
effayqueue25-Mar-11 1:25
effayqueue25-Mar-11 1:25 
GeneralRe: send data Pin
cjoki25-Mar-11 2:52
cjoki25-Mar-11 2:52 
GeneralRe: send data Pin
Elham M25-Mar-11 3:15
Elham M25-Mar-11 3:15 
GeneralRe: send data Pin
cjoki25-Mar-11 3:32
cjoki25-Mar-11 3:32 
GeneralRe: send data Pin
Elham M25-Mar-11 7:05
Elham M25-Mar-11 7:05 
GeneralRe: send data Pin
cjoki25-Mar-11 10:02
cjoki25-Mar-11 10:02 
GeneralRe: send data Pin
Elham M25-Mar-11 21:17
Elham M25-Mar-11 21:17 
GeneralRemove a File Using PHP Pin
Haroon Mughal23-Mar-11 2:35
Haroon Mughal23-Mar-11 2:35 
GeneralRe: Remove a File Using PHP Pin
Joan M30-Mar-11 7:48
professionalJoan M30-Mar-11 7:48 
GeneralPHP Tips By Google Master Pin
Haroon Mughal23-Mar-11 2:33
Haroon Mughal23-Mar-11 2:33 
GeneralPHP performance tips Pin
Haroon Mughal23-Mar-11 2:32
Haroon Mughal23-Mar-11 2:32 
Questioncss and link styles Pin
Joan M22-Mar-11 4:59
professionalJoan M22-Mar-11 4:59 
Hello all,

Trying to get css working here...

Let's say I have a php file.

In that file I have something like:
if ($lang == "AAA"){
  echo('<a href="'.$linkname.'" class="linkidiomaseleccionat">AAAA</a> | ');
}
else {
  echo('<a href="'.$linkname.'" class="linkidioma">AAAA</a> | ');
}


Let's say the CSS file has this inside:
A.linkidiomaseleccionat, A.linkidiomaseleccionat:VISITED, A.linkidiomaseleccionat:ACTIVE, A.linkidiomaseleccionat:FOCUS, A.linkidiomaseleccionat:LINK{
  color: #ff6d00;
  text-decoration: none;
}

A.linkidiomaseleccionat:HOVER{
  color: #ff6d00;
  text-decoration: underline;
}

A.linkidioma, A.linkidioma:VISITED, A.linkidioma:ACTIVE, A.linkidioma:FOCUS, A.linkidioma:LINK{
  color: #FFFFFF;
  text-decoration: none;
}

A.linkidioma:HOVER{
  color: #ff6d00;
  text-decoration: underline;
}

A.linkNF, A.linkNF:VISITED, A.linkNF:ACTIVE, A.linkNF:FOCUS, A.linkNF:LINK{
  color: #ff6d0N;
  text-decoration: none;
}
A.linkNF:HOVER{
  color: #ff6d0N;
  text-decoration: underline;
}

A.linkNU, A.linkNU:VISITED, A.linkNU:ACTIVE, A.linkNU:FOCUS, A.linkNU:LINK{
  color: #FFFFFF;
  text-decoration: none;
}
A.linkNU:HOVER{
  color: #ff6d0N;
  text-decoration: underline;
}


Why on earth if I change the text that assigns the class to my links in the php file I don't get a good result if I'm not using "linkidiomaseleccionat" and "linkidioma"... I've tried to change the styule names to get something more consistent (bad initial design) and now I can't see it working if I change the name for it's counterparts: "linkNF" and "linkNU"...

Any of you could help me with that?

I'm feeling really bad here... I can't get it and I don't understand why changing only the name of the style class prevents it from working properly... Dead | X|

We... thank you in advance!
[www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.

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.