Click here to Skip to main content
15,921,203 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IE with JS Pin
JimmyRopes17-Dec-06 17:42
professionalJimmyRopes17-Dec-06 17:42 
AnswerRe: IE with JS Pin
Guffa17-Dec-06 0:10
Guffa17-Dec-06 0:10 
GeneralRe: IE with JS Pin
militiaware17-Dec-06 0:14
militiaware17-Dec-06 0:14 
AnswerRe: IE with JS Pin
Guffa17-Dec-06 6:18
Guffa17-Dec-06 6:18 
AnswerRe: IE with JS Pin
militiaware17-Dec-06 4:12
militiaware17-Dec-06 4:12 
Questionxhtml and footers Pin
Jeremy Falcon16-Dec-06 4:26
professionalJeremy Falcon16-Dec-06 4:26 
AnswerRe: xhtml and footers Pin
Bradml16-Dec-06 5:30
Bradml16-Dec-06 5:30 
GeneralRe: xhtml and footers Pin
Jeremy Falcon16-Dec-06 10:23
professionalJeremy Falcon16-Dec-06 10:23 
Howdy.

The problem I faced with absolute positioning is it will overlap the other divs when the browser is resized small enough. Also, the main reason I say it's XHTML that's driving me crazy is that it enforces the rule about not caring for the height attrib to a table whereas in HTML you could take advantage of that if CSS wasn't playing fair.

Anywho, seeing that I speak HTML better than XHTML, lemme show you the layout I'm going for with the old school way of things...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
	<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="1">
		<tr>
			<td>1</td>
			<td>2</td>
		</tr>
		<tr>
			<td>3</td>
			<td>4</td>
		</tr>
		<tr>
			<td colspan="2" valign="bottom">5</td>
		</tr>
	</table>
</body>
</html>

Basically I always want cell 5 to act as the footer on the bottom but also have it never overlap. TIA btw.


GeneralRe: xhtml and footers Pin
Guffa16-Dec-06 12:01
Guffa16-Dec-06 12:01 
GeneralRe: xhtml and footers Pin
Jeremy Falcon16-Dec-06 12:19
professionalJeremy Falcon16-Dec-06 12:19 
GeneralRe: xhtml and footers Pin
Bradml16-Dec-06 23:32
Bradml16-Dec-06 23:32 
GeneralRe: xhtml and footers Pin
Jeremy Falcon17-Dec-06 6:09
professionalJeremy Falcon17-Dec-06 6:09 
GeneralRe: xhtml and footers [modified] Pin
Bradml18-Dec-06 5:41
Bradml18-Dec-06 5:41 
GeneralRe: xhtml and footers Pin
Jeremy Falcon18-Dec-06 6:16
professionalJeremy Falcon18-Dec-06 6:16 
GeneralRe: xhtml and footers Pin
Jeremy Falcon18-Dec-06 6:21
professionalJeremy Falcon18-Dec-06 6:21 
GeneralRe: xhtml and footers Pin
Bradml18-Dec-06 18:42
Bradml18-Dec-06 18:42 
GeneralRe: xhtml and footers Pin
Bradml18-Dec-06 18:48
Bradml18-Dec-06 18:48 
GeneralRe: xhtml and footers Pin
Jeremy Falcon19-Dec-06 4:07
professionalJeremy Falcon19-Dec-06 4:07 
GeneralRe: xhtml and footers Pin
Jeremy Falcon19-Dec-06 4:08
professionalJeremy Falcon19-Dec-06 4:08 
GeneralRe: xhtml and footers Pin
S Douglas19-Mar-07 1:29
professionalS Douglas19-Mar-07 1:29 
GeneralRe: xhtml and footers Pin
Bradml19-Mar-07 1:33
Bradml19-Mar-07 1:33 
GeneralRe: xhtml and footers Pin
S Douglas19-Mar-07 3:40
professionalS Douglas19-Mar-07 3:40 
GeneralRe: xhtml and footers Pin
JimmyRopes17-Dec-06 17:28
professionalJimmyRopes17-Dec-06 17:28 
GeneralRe: xhtml and footers Pin
Jeremy Falcon18-Dec-06 4:18
professionalJeremy Falcon18-Dec-06 4:18 
AnswerRe: xhtml and footers Pin
JimmyRopes16-Dec-06 20:16
professionalJimmyRopes16-Dec-06 20:16 

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.