Click here to Skip to main content
16,014,838 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Ask the lawyers... Pin
Red Stateler14-Jun-06 10:06
Red Stateler14-Jun-06 10:06 
GeneralRe: Ask the lawyers... Pin
Joe Woodbury14-Jun-06 10:09
professionalJoe Woodbury14-Jun-06 10:09 
GeneralRe: Ask the lawyers... Pin
Red Stateler14-Jun-06 10:10
Red Stateler14-Jun-06 10:10 
Question.Net Assembly and GAC Pin
Manoj T.14-Jun-06 9:12
Manoj T.14-Jun-06 9:12 
QuestionQuestion on "Seperating style from content" Pin
Red_Wizard_Shot_The_Food14-Jun-06 4:32
Red_Wizard_Shot_The_Food14-Jun-06 4:32 
AnswerRe: Question on "Seperating style from content" Pin
Dustin Metzgar14-Jun-06 9:50
Dustin Metzgar14-Jun-06 9:50 
GeneralRe: Question on "Seperating style from content" Pin
Red_Wizard_Shot_The_Food14-Jun-06 10:06
Red_Wizard_Shot_The_Food14-Jun-06 10:06 
QuestionBackground image doesn't work Pin
#realJSOP14-Jun-06 3:10
professional#realJSOP14-Jun-06 3:10 
I have a (main) table with a background image in which are cells that contain (internal) tables with their own background images. The main table's background image shows up just fine, but the internal ones down't show up at all.
Here's the code:

<style type="text/css">
.LogoTable
{
	font-family:arial; 
	font-weight:bold; 
	font-size:12px;
	color:#FFFFFF;
	background-color:transparent;
	background-attachment:fixed;
	background-image:url(pcplus_logo_2.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.LogoLinks
{
	display:block;
	clear:left;
	float:right;
	position:static;
	margin-top:96px; 
	margin-bottom:2px;
	text-align:right;
	z-index:100;
}
</style>
<table (with it's own background image)><tr><td>

<table class="LogoTable" width="100%" height="110" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td>
		[span class="LogoLinks"]
			Welcome so and so to this web site   <br />
			[a style="color:#FFFF00;" href="blah.html"]Logoff	[/a]   
			[a style="color:#FFFF00;" href="blah.html"]Support	[/a]   
			[a style="color:#FFFF00;" href="blah.html"]Help		[/a]   
		[/span]
	</td>
</tr>
</table>

</td></tr></table>


Can't nested tables each have their own background image?


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

AnswerRe: Background image doesn't work Pin
Vasudevan Deepak Kumar16-Jun-06 1:45
Vasudevan Deepak Kumar16-Jun-06 1:45 
AnswerRe: Background image doesn't work Pin
Benoy Bose19-Jun-06 1:01
Benoy Bose19-Jun-06 1:01 
QuestionHTML read only Pin
coolpali_girl13-Jun-06 22:31
coolpali_girl13-Jun-06 22:31 
AnswerRe: HTML read only Pin
Guffa13-Jun-06 23:08
Guffa13-Jun-06 23:08 
AnswerRe: HTML read only [modified] Pin
Graham Nimbley14-Jun-06 16:33
Graham Nimbley14-Jun-06 16:33 
AnswerRe: HTML read only Pin
Vasudevan Deepak Kumar16-Jun-06 1:46
Vasudevan Deepak Kumar16-Jun-06 1:46 
GeneralCross domain sessions Pin
Adnan Siddiqi13-Jun-06 21:27
Adnan Siddiqi13-Jun-06 21:27 
GeneralRe: Cross domain sessions Pin
Vasudevan Deepak Kumar16-Jun-06 1:34
Vasudevan Deepak Kumar16-Jun-06 1:34 
QuestionRestricting Datagrid When Bind with Arraylist Pin
varshavmane13-Jun-06 19:15
varshavmane13-Jun-06 19:15 
AnswerRe: Restricting Datagrid When Bind with Arraylist Pin
Paddy Boyd14-Jun-06 0:02
Paddy Boyd14-Jun-06 0:02 
GeneralRe: Restricting Datagrid When Bind with Arraylist Pin
varshavmane14-Jun-06 1:43
varshavmane14-Jun-06 1:43 
GeneralRe: Restricting Datagrid When Bind with Arraylist Pin
Paddy Boyd14-Jun-06 1:46
Paddy Boyd14-Jun-06 1:46 
GeneralRe: Restricting Datagrid When Bind with Arraylist Pin
varshavmane14-Jun-06 1:52
varshavmane14-Jun-06 1:52 
Questionread a file in javascript Pin
arifsharif13-Jun-06 18:51
arifsharif13-Jun-06 18:51 
AnswerRe: read a file in javascript Pin
Guffa13-Jun-06 20:36
Guffa13-Jun-06 20:36 
AnswerRe: read a file in javascript Pin
Vasudevan Deepak Kumar16-Jun-06 1:47
Vasudevan Deepak Kumar16-Jun-06 1:47 
QuestionHow to call instiantiate a class that has only initialization code Pin
Karthikeyan_A13-Jun-06 12:32
Karthikeyan_A13-Jun-06 12:32 

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.