Click here to Skip to main content
15,889,651 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: javascript slide show not workin Pin
thatraja14-Feb-10 19:48
professionalthatraja14-Feb-10 19:48 
Questionslideshowproblem in asp Pin
rajiv_kadam14-Feb-10 19:03
rajiv_kadam14-Feb-10 19:03 
Question24 hr running exe Pin
Gjm13-Feb-10 4:59
Gjm13-Feb-10 4:59 
AnswerRe: 24 hr running exe Pin
Dr.Walt Fair, PE13-Feb-10 5:33
professionalDr.Walt Fair, PE13-Feb-10 5:33 
GeneralRe: 24 hr running exe Pin
Gjm11-Jun-10 15:21
Gjm11-Jun-10 15:21 
AnswerDon't repost Pin
Not Active13-Feb-10 7:35
mentorNot Active13-Feb-10 7:35 
GeneralI found the best value for Ebay ProStores, Yahoo Stores, Volusion Pin
kosalaindrasiri12-Feb-10 20:41
kosalaindrasiri12-Feb-10 20:41 
QuestionHave annoying problem with formatting of hand-made tab control Pin
alexandis12-Feb-10 11:58
alexandis12-Feb-10 11:58 
Please, help to format the code! I'm almost dead, but can't adjust some sizes (marked with red border)... Dead | X|

<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<style>
	.telo
	{
		background-color: #FFFFFF;
		height: 100%;
		padding: 0px;
		margin: 0px;
	}
	.tabcontrol
	{
		width: 800px;
		height: 800px;
		float: right;
		font-family: Verdana;
		font-size: 12px;
		color: #ff0000;
	}
	.tabheader
	{
		position: relative;
	}
	.tab
	{
		float: left;
		position: relative;
		margin-left: -5px;
		background-color: transparent;
		height: 26px;
		left: -5px;
	}
	.active .text
	{
		color: #7dbc4c;
		font-weight: bold;
	}
	.active .left
	{
		background-image: url(images/tab_active_left.png);
	}
	.active .middle
	{
		background-image: url(images/tab_active_middle.png);
	}
	.active .right
	{
		background-image: url(images/tab_active_right.png);
	}
	.inactive .text
	{
		color: #535353;
		font-weight: normal;
	}
	.inactive .left
	{
		background-image: url(images/tab_inactive_left.png);
	}
	.inactive .middle
	{
		background-image: url(images/tab_inactive_middle.png);
	}
	.inactive .right
	{
		background-image: url(images/tab_inactive_right.png);
	}
	.tab .left
	{
		float: left;
		width: 5px;
		background-repeat: no-repeat;
		background-color: transparent;
		height: 26px;
	}
	.tab .middle
	{
		margin-left: 5px;
		margin-right: 19px;
		background-repeat: repeat-x;
		padding-left: 11px;
		padding-right: 11px;
		background-color: transparent;
		height: 26px;
	}
	.tab .middle .text
	{
		line-height: 26px;
	}
	.tab .right
	{
		float: right;
		width: 19px;
		background-repeat: no-repeat;
		background-color: transparent;
		height: 26px;
	}
	.tabsubheader
	{
		margin-left: -10px;
		position: absolute;
		top: 25px;
		height: 1px;
		width: 100%;
		background-repeat: repeat-x;
		background-color: transparent;
		background-image: url(images/tabcontent_left.png);
		border: 1px solid red;
	}
	.tabcontent
	{
		width: 100%;
		position: relative;
		margin-top: 26px;
		margin-left: -10px;
	}
	.tabcontent .left
	{
		position: absolute;
		float: left;
		height: 100%;
		width: 2px;
		background-repeat: repeat;
		background-color: transparent;
		background-image: url(images/tabcontent_left.png);
	}
	.tabcontent .right
	{
		margin-left: 2px;
		width: 100%;
		background-repeat: repeat-x;
		background-color: transparent;
		background-image: url(images/tabcontent_right.png);
		background-position: bottom left;
		padding: 11px;
	}
	.tabfooter
	{
		position: relative;
		margin-left: -10px;
	}
	.tabfooter .left
	{
		height: 9px;
		float: left;
		width: 14px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/tabfooter_left.png);
	}
	.tabfooter .right
	{
		height: 9px;
		margin-left: 14px;
		width: 100%;
		background-repeat: repeat-x;
		background-color: transparent;
		background-image: url(images/tabfooter_right.png);
		background-position: bottom left;
	}
	.subcontentheader
	{
		position: relative;
	}
	.subcontentheader .subleft
	{
		float: left;
		height: 11px;
		width: 10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/subcontent_top_left.png);
	}
	.subcontentheader .submiddle
	{
		margin-left: 10px;
		margin-right: 10px;
		background-repeat: repeat-x;
		background-color: transparent;
		background-image: url(images/subcontent_top_middle.png);
		height: 11px;
	}
	.subcontentheader .subright
	{
		float: right;
		height: 11px;
		width: 10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/subcontent_top_right.png);
	}
	.subcontentcontent .subleft
	{
		position: absolute;
		float: left;
		width: 10px;
		height: 100%;
		background-repeat: repeat-y;
		border: 1px solid red;
		background-color: transparent;
		background-image: url(images/subcontent_center_left.png);
	}
	.subcontentcontent .submiddle
	{
		margin-left: 10px;
		margin-right: 10px;
		padding: 4px;
		background-color: #fdfdfd;
	}
	.subcontentcontent .subright
	{
		border: 1px solid red;
		--position: absolute;
		float: right;
		width: 10px;
		height: 100%;
		background-repeat: repeat-y;
		background-color: transparent;
		background-image: url(images/subcontent_center_right.png);
	}
	.subcontentfooter
	{
		position: relative;
	}
	.subcontentfooter .subleft
	{
		float: left;
		height: 13px;
		width: 10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/subcontent_bottom_left.png);
	}
	.subcontentfooter .submiddle
	{
		margin-left: 10px;
		margin-right: 10px;
		background-repeat: repeat-x;
		background-color: transparent;
		background-image: url(images/subcontent_bottom_middle.png);
		height: 13px;
	}
	.subcontentfooter .subright
	{
		float: right;
		height: 13px;
		width: 10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/subcontent_bottom_right.png);
	}
</style>
<body class="telo">
<div class="tabcontrol">
	<div class="tabheader">
		<div class="tab inactive" style="z-index: 102;">
			<div class="left"></div>
			<div class="right"></div>
			<div class="middle">
				<div class="text">F*** off!</div>
			</div>
		</div>
		<div class="tab active" style="z-index: 103;">
			<div class="left"></div>
			<div class="right"></div>
			<div class="middle">
				<div class="text">Damn!</div>
			</div>
		</div>
		<div class="tab inactive" style="z-index: 100;">
			<div class="left"></div>
			<div class="right"></div>
			<div class="middle">
				<div class="text">Gosh!</div>
			</div>
		</div>
	</div>
	<div class="tabsubheader" style="z-index: 99;"></div>
	<div class="tabcontent">
		<div class="left"></div>
		<div class="right">
			<div class="subcontentheader">
				<div class="subleft"></div>
				<div class="subright"></div>
				<div class="submiddle"></div>
			</div>
			<div class="subcontentcontent">
				<div class="subleft"></div>
				<div class="subright"></div>
				<div class="submiddle">
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
					Blyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! 
				</div>
			</div>
			<div class="subcontentfooter">
				<div class="subleft"></div>
				<div class="subright"></div>
				<div class="submiddle"></div>
			</div>
		</div>
	</div>
	<div class="tabfooter">
		<div class="left"></div>
		<div class="right"></div>
	</div>
<div>
</body>
</html>
</code>


I have no access to free hosting now to publish it with images and not possible here to upload files, sorry... Hope you will find error in markup anyway!

Thanks!
AnswerRe: Have annoying problem with formatting of hand-made tab control Pin
Dr.Walt Fair, PE12-Feb-10 13:16
professionalDr.Walt Fair, PE12-Feb-10 13:16 
GeneralRe: Have annoying problem with formatting of hand-made tab control Pin
alexandis12-Feb-10 22:18
alexandis12-Feb-10 22:18 
AnswerRe: Have annoying problem with formatting of hand-made tab control Pin
Richard MacCutchan12-Feb-10 22:37
mveRichard MacCutchan12-Feb-10 22:37 
GeneralRe: Have annoying problem with formatting of hand-made tab control Pin
alexandis13-Feb-10 18:13
alexandis13-Feb-10 18:13 
GeneralRe: Have annoying problem with formatting of hand-made tab control Pin
Richard MacCutchan13-Feb-10 21:41
mveRichard MacCutchan13-Feb-10 21:41 
GeneralRe: Have annoying problem with formatting of hand-made tab control Pin
alexandis14-Feb-10 1:27
alexandis14-Feb-10 1:27 
QuestionCertain Flash banner development tips Pin
Honoy10-Feb-10 23:00
Honoy10-Feb-10 23:00 
QuestionNetwork Identification Card( NIC) restricted web-pages Pin
mir_ashraf_ali10-Feb-10 20:30
mir_ashraf_ali10-Feb-10 20:30 
Questionfiledownloadproblem(ASP) Pin
rajiv_kadam10-Feb-10 19:58
rajiv_kadam10-Feb-10 19:58 
AnswerRe: filedownloadproblem(ASP) Pin
T M Gray12-Feb-10 7:38
T M Gray12-Feb-10 7:38 
QuestionProblem accessing QueryString [modified] Pin
sduffield10-Feb-10 9:19
sduffield10-Feb-10 9:19 
AnswerRe: Problem accessing QueryString Pin
thatraja10-Feb-10 18:41
professionalthatraja10-Feb-10 18:41 
GeneralRe: Problem accessing QueryString Pin
sduffield11-Feb-10 10:06
sduffield11-Feb-10 10:06 
AnswerRe: Problem accessing QueryString Pin
Nilesh Hapse10-Feb-10 20:06
Nilesh Hapse10-Feb-10 20:06 
AnswerRe: Problem accessing QueryString Pin
thatraja10-Feb-10 20:24
professionalthatraja10-Feb-10 20:24 
GeneralRe: Problem accessing QueryString Pin
Nilesh Hapse10-Feb-10 20:28
Nilesh Hapse10-Feb-10 20:28 
GeneralRe: Problem accessing QueryString [modified] Pin
thatraja10-Feb-10 23:04
professionalthatraja10-Feb-10 23:04 

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.