Click here to Skip to main content
15,895,709 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4712-Dec-08 8:21
professional47_MasoN_4712-Dec-08 8:21 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
Guffa12-Dec-08 8:54
Guffa12-Dec-08 8:54 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4712-Dec-08 9:11
professional47_MasoN_4712-Dec-08 9:11 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
Guffa12-Dec-08 9:15
Guffa12-Dec-08 9:15 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4712-Dec-08 10:30
professional47_MasoN_4712-Dec-08 10:30 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
Guffa12-Dec-08 10:54
Guffa12-Dec-08 10:54 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4712-Dec-08 11:10
professional47_MasoN_4712-Dec-08 11:10 
GeneralRe: Firefox ignoring positioning parts of CSS Pin
Guffa12-Dec-08 11:33
Guffa12-Dec-08 11:33 
47_MasoN_47 wrote:
That is all the code. Since it's PHP I didn't think about having a doctype and whatnot.


That means that what you are sending to the browser isn't even close to be a valid html document, or even an html document at all. The browsers makes their best to try to display it as html anyway, but you can't expect it to work properly.

To be an html document, the page has to have a html, head, title and body tag:

<html>
<head>
<title>Minimal</title>
</head>
<body>
A minimal html document.
</body>
</html>


Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4712-Dec-08 11:43
professional47_MasoN_4712-Dec-08 11:43 
NewsRe: Firefox ignoring positioning parts of CSS Pin
47_MasoN_4716-Dec-08 6:49
professional47_MasoN_4716-Dec-08 6:49 
QuestionRole based contorls privileges? Pin
countnazgul10-Dec-08 4:45
countnazgul10-Dec-08 4:45 
AnswerRe: Role based contorls privileges? Pin
Howard Richards11-Dec-08 0:28
Howard Richards11-Dec-08 0:28 
QuestionHow To Displaying Hindi Content in Classic ASP application Pin
asprajesh10-Dec-08 3:42
asprajesh10-Dec-08 3:42 
AnswerRe: How To Displaying Hindi Content in Classic ASP application Pin
Mohammad Dayyan10-Dec-08 11:29
Mohammad Dayyan10-Dec-08 11:29 
GeneralRe: How To Displaying Hindi Content in Classic ASP application Pin
asprajesh10-Dec-08 21:42
asprajesh10-Dec-08 21:42 
GeneralRe: How To Displaying Hindi Content in Classic ASP application Pin
Mohammad Dayyan10-Dec-08 22:10
Mohammad Dayyan10-Dec-08 22:10 
QuestionApplying CSS in Crystal Report is not working when export to PDF Format......... Pin
Sinnakjegan9-Dec-08 17:09
Sinnakjegan9-Dec-08 17:09 
QuestionEvent that fires when the value changes Pin
Leo Smith9-Dec-08 10:39
Leo Smith9-Dec-08 10:39 
AnswerRe: Event that fires when the value changes Pin
Howard Richards9-Dec-08 21:33
Howard Richards9-Dec-08 21:33 
GeneralRe: Event that fires when the value changes Pin
Leo Smith10-Dec-08 6:46
Leo Smith10-Dec-08 6:46 
GeneralRe: Event that fires when the value changes Pin
Howard Richards11-Dec-08 0:22
Howard Richards11-Dec-08 0:22 
GeneralRe: Event that fires when the value changes Pin
Leo Smith11-Dec-08 3:01
Leo Smith11-Dec-08 3:01 
QuestionHelp me. To find previous previous html page .while navigating to next next pages. Pin
GovindaRao Chalamala8-Dec-08 20:37
GovindaRao Chalamala8-Dec-08 20:37 
AnswerRe: Help me. To find previous previous html page .while navigating to next next pages. Pin
Abhijit Jana8-Dec-08 22:19
professionalAbhijit Jana8-Dec-08 22:19 
QuestionRetrieveMultiple error on CRM Web Service Pin
toushirou hitsugaya6-Dec-08 5:55
toushirou hitsugaya6-Dec-08 5:55 

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.