Click here to Skip to main content
15,888,590 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow can I understand which limk is clicked in previous page? Pin
hande5428-Nov-09 9:53
hande5428-Nov-09 9:53 
AnswerRe: how can I understand which limk is clicked in previous page? Pin
Marc Firth29-Nov-09 8:01
Marc Firth29-Nov-09 8:01 
GeneralRe: how can I understand which limk is clicked in previous page? Pin
hande5429-Nov-09 8:48
hande5429-Nov-09 8:48 
QuestionHow to draw a circle and add some text inside that using HTML? Pin
sivakumar.mariappan27-Nov-09 22:02
sivakumar.mariappan27-Nov-09 22:02 
AnswerRe: How to draw a circle and add some text inside that using HTML? Pin
Matt Cavanagh28-Nov-09 1:35
Matt Cavanagh28-Nov-09 1:35 
QuestionIE8 file upload problem... Pin
l a u r e n27-Nov-09 9:14
l a u r e n27-Nov-09 9:14 
AnswerRe: IE8 file upload problem... Pin
Vimalsoft(Pty) Ltd30-Nov-09 0:27
professionalVimalsoft(Pty) Ltd30-Nov-09 0:27 
GeneralRe: IE8 file upload problem... Pin
Jasmine Pomelo7-Dec-09 18:41
Jasmine Pomelo7-Dec-09 18:41 
Questionneed a complete and free file manager Pin
Mehdi Ghiasi27-Nov-09 8:43
Mehdi Ghiasi27-Nov-09 8:43 
AnswerRe: need a complete and free file manager Pin
Christian Graus27-Nov-09 9:28
protectorChristian Graus27-Nov-09 9:28 
QuestionStart paragraph below floating image Pin
peterchen26-Nov-09 5:02
peterchen26-Nov-09 5:02 
AnswerRe: Start paragraph below floating image Pin
RCoate27-Nov-09 16:54
RCoate27-Nov-09 16:54 
AnswerRe: Start paragraph below floating image Pin
Matt Cavanagh28-Nov-09 1:37
Matt Cavanagh28-Nov-09 1:37 
AnswerRe: Start paragraph below floating image Pin
Marc Beneteau11-Feb-10 0:53
Marc Beneteau11-Feb-10 0:53 
Questionsort Pin
baselanfouqa24-Nov-09 19:43
baselanfouqa24-Nov-09 19:43 
AnswerRe: sort Pin
Abhijit Jana24-Nov-09 20:22
professionalAbhijit Jana24-Nov-09 20:22 
AnswerRe: sort Pin
raghu.g24-Nov-09 20:24
raghu.g24-Nov-09 20:24 
GeneralRe: sort Pin
baselanfouqa24-Nov-09 22:09
baselanfouqa24-Nov-09 22:09 
GeneralRe: sort Pin
raghu.g24-Nov-09 22:52
raghu.g24-Nov-09 22:52 
AnswerRe: sort Pin
Christian Graus27-Nov-09 6:31
protectorChristian Graus27-Nov-09 6:31 
QuestionHELP WITH BROWSERS Pin
SRJ9224-Nov-09 8:44
SRJ9224-Nov-09 8:44 
AnswerRe: HELP WITH BROWSERS Pin
Abhijit Jana24-Nov-09 20:25
professionalAbhijit Jana24-Nov-09 20:25 
AnswerRe: HELP WITH BROWSERS Pin
Marc Firth24-Nov-09 23:53
Marc Firth24-Nov-09 23:53 
You should design sites to look the way you want in Firefox and then port them to IE. It tends to be easier than doing it the other way round. As a last resort, you can add hacks to make it look good in IE but not for firefox.

eg:

<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="ie.css" />< ![endif]-->



GeneralRe: HELP WITH BROWSERS Pin
SRJ9225-Nov-09 5:09
SRJ9225-Nov-09 5:09 
Questionmoving the new row to the bottom Pin
baselanfouqa23-Nov-09 21:44
baselanfouqa23-Nov-09 21:44 

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.