Click here to Skip to main content
15,909,741 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Regional and language date problem ???? Pin
Guffa14-Aug-06 11:18
Guffa14-Aug-06 11:18 
QuestionHow to handle the versioning problem in COM Pin
Rajkamal_dfine14-Aug-06 5:38
Rajkamal_dfine14-Aug-06 5:38 
Questionunicode [modified] Pin
Nui doi13-Aug-06 22:50
Nui doi13-Aug-06 22:50 
QuestionFree Java Script Editor Pin
248912813-Aug-06 20:21
248912813-Aug-06 20:21 
AnswerRe: Free Java Script Editor [modified] Pin
manowj13-Aug-06 20:35
manowj13-Aug-06 20:35 
GeneralRe: Free Java Script Editor Pin
248912815-Aug-06 18:57
248912815-Aug-06 18:57 
AnswerRe: Free Java Script Editor Pin
Guffa14-Aug-06 6:30
Guffa14-Aug-06 6:30 
QuestionIE, FF and Netscape incompatibilty using DIVs [modified] Pin
hint_5413-Aug-06 15:54
hint_5413-Aug-06 15:54 
The following code as produced different outputs for the 3 browers (the output is correct only for FF) when it was supposed to look the same for all of them. Can anybody help?

// CSS that matters

body						{ font-family: Verdana;	font-size: 8pt;	padding: 0; text-align: center; }

div#Container				{ position: absolute;	z-index: 6;	margin: 0 auto; }
div#Header					{ position: absolute;	z-index: 4;	text-align: left; }
div#Menu					{ position: relative;	z-index: 5; text-align: left;	top: 235px; right: 307px; } 
div#Content					{ position: absolute;	z-index: 3; text-align: left;	top: 235px; }

// XHTML that matters
<div id = "Container">
	<!-- Header-->
	<div id = "Header">
		<table width = "750" border = "0" cellpadding = "0" cellspacing = "0" align = "center">
		(...)
		</table>
	</div>

	<!-- Menu -->
	<div id = "Menu">
		<table width = "135" border = "0" cellpadding = "0" cellspacing = "0" align = "center">
		(...)
		</table>
	</div>
	
	<!-- Content -->
	<div id = "Content">
		<table width = "750" border = "0" cellpadding = "0" cellspacing = "0" align = "center">
		(...)
		</table>
	</div>
</div>


best regards

hint_54


-- modified at 21:57 Sunday 13th August, 2006
AnswerRe: IE, FF and Netscape incompatibilty using DIVs Pin
eggsovereasy14-Aug-06 9:04
eggsovereasy14-Aug-06 9:04 
GeneralRe: IE, FF and Netscape incompatibilty using DIVs Pin
hint_5414-Aug-06 10:18
hint_5414-Aug-06 10:18 
AnswerRe: IE, FF and Netscape incompatibilty using DIVs Pin
Guffa14-Aug-06 11:32
Guffa14-Aug-06 11:32 
AnswerRe: Who showed respect of me? Pin
Colin Angus Mackay13-Aug-06 12:53
Colin Angus Mackay13-Aug-06 12:53 
GeneralRe: Who showed respect of me? Pin
Colin Angus Mackay13-Aug-06 13:06
Colin Angus Mackay13-Aug-06 13:06 
QuestionSMIL Question Pin
Tamimi - Code12-Aug-06 21:14
Tamimi - Code12-Aug-06 21:14 
QuestionCSS Question about floats Pin
matthias s.11-Aug-06 23:25
matthias s.11-Aug-06 23:25 
AnswerRe: CSS Question about floats Pin
Guffa12-Aug-06 2:22
Guffa12-Aug-06 2:22 
QuestionClear Text in [input type=file] [modified] Pin
manowj11-Aug-06 0:15
manowj11-Aug-06 0:15 
AnswerRe: Clear Text in [input type=file] Pin
George L. Jackson11-Aug-06 14:04
George L. Jackson11-Aug-06 14:04 
GeneralRe: Clear Text in [input type=file] [modified] Pin
manowj11-Aug-06 19:07
manowj11-Aug-06 19:07 
AnswerRe: Clear Text in [input type=file] Pin
George L. Jackson12-Aug-06 2:16
George L. Jackson12-Aug-06 2:16 
GeneralRe: Clear Text in [input type=file] Pin
manowj13-Aug-06 19:13
manowj13-Aug-06 19:13 
GeneralRe: Clear Text in [input type=file] Pin
George L. Jackson15-Aug-06 3:32
George L. Jackson15-Aug-06 3:32 
GeneralRe: Clear Text in [input type=file] Pin
manowj15-Aug-06 18:39
manowj15-Aug-06 18:39 
QuestionAny online free resouce for internet security Pin
Suj_7810-Aug-06 22:55
Suj_7810-Aug-06 22:55 
AnswerRe: Any online free resouce for internet security Pin
Kevin McFarlane10-Aug-06 23:18
Kevin McFarlane10-Aug-06 23:18 

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.