Click here to Skip to main content
15,918,742 members
Home / Discussions / Web Development
   

Web Development

 
JokeRe: deployment of website Pin
The Man from U.N.C.L.E.22-Feb-10 22:51
The Man from U.N.C.L.E.22-Feb-10 22:51 
QuestionCommand Line Executables Pin
EvanSaunders19-Feb-10 1:51
EvanSaunders19-Feb-10 1:51 
QuestionExternal data Pin
jamesbrowne18-Feb-10 8:39
jamesbrowne18-Feb-10 8:39 
AnswerRe: External data Pin
Not Active18-Feb-10 8:49
mentorNot Active18-Feb-10 8:49 
AnswerRe: External data Pin
R. Giskard Reventlov19-Feb-10 4:35
R. Giskard Reventlov19-Feb-10 4:35 
QuestionNeed to stress test IIS 7 how to do that progmatically? Pin
DeepToot18-Feb-10 4:00
DeepToot18-Feb-10 4:00 
AnswerRe: Need to stress test IIS 7 how to do that progmatically? Pin
Not Active18-Feb-10 7:11
mentorNot Active18-Feb-10 7:11 
Questioninnerjoin problem in sql query Pin
rajiv_kadam17-Feb-10 21:21
rajiv_kadam17-Feb-10 21:21 
AnswerRe: innerjoin problem in sql query Pin
thatraja18-Feb-10 5:52
professionalthatraja18-Feb-10 5:52 
QuestionDisplay error message via dynamic jQuery popup? Pin
Goalie3517-Feb-10 11:00
Goalie3517-Feb-10 11:00 
AnswerRe: Display error message via dynamic jQuery popup? Pin
Pranay Rana17-Feb-10 20:42
professionalPranay Rana17-Feb-10 20:42 
QuestionTree Of Links Pin
Kevin Marois17-Feb-10 8:36
professionalKevin Marois17-Feb-10 8:36 
AnswerRe: Tree Of Links Pin
Jörgen Andersson17-Feb-10 9:05
professionalJörgen Andersson17-Feb-10 9:05 
AnswerRe: Tree Of Links Pin
DmiNi23-Feb-10 7:44
DmiNi23-Feb-10 7:44 
Questionslideshow problem Pin
rajiv_kadam16-Feb-10 22:19
rajiv_kadam16-Feb-10 22:19 
Questiontextchanging with imagechanging Pin
rajiv_kadam15-Feb-10 23:51
rajiv_kadam15-Feb-10 23:51 
Questionjavascript slide show not workin Pin
rajiv_kadam14-Feb-10 19:37
rajiv_kadam14-Feb-10 19:37 
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!

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.