Jump to content

SUBIECTE NOI
« 1 / 5 »
RSS
AC Vortex nu mai incalzește

Scule electrice și impactul ...

Huawei Pura 70/Pro/Ultra

Chiar se platesc pensiile la term...
 cu autorulota prin BZ

Cuptor Electrolux EOE7C31Z, cum i...

Cablu Corsair 600W GPU

Solicitare documente emag
 Uzucapiune teren intravilan

Recomandare aparat foto

Ariston "Genus One+" 24kw...

Saci moloz - unde ii pot arunca?
 Problema respingere memorie supli...

Posibila virusare

Material opac developat filme

Caramida de sticla la exterior
 

afisare gresita in internet explorer

- - - - -
  • Please log in to reply
4 replies to this topic

#1
test_secure

test_secure

    New Member

  • Grup: Members
  • Posts: 16
  • Înscris: 06.02.2008
Buna, am urmatoarea problema:
In Firefox, pagina este afisata corect, in Internet Explorer, am probleme la marginea din dreapta, unde spatiile nu sunt corect afisate.
Daca cineva are timp, va rog sa-mi lasati o sugestie legat de ce ar trebui sa modific in CSS. Multumesc.

Fisierul index.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />

</head>
<body>
<div id="header">
	<img src="sigla.jpg" width="65" height="80" align="left" />
	<p><span class="headertextpad"><span class="bigtext">My Website</span></span><br/>
		<span class="headertextpad">motto...text</span></p>
</div>
<div id="nav">
	<ul id="navlist">
		<li id="active"><a href="#" id="current">Acasa</a></li>
		<li><a href="#">Departamente</a></li>
		<li><a href="#">Proiecte</a></li>
		<li><a href="#">Evenimente</a></li>
		<li><a href="#">Arhiva</a></li>
		<li><a href="#">Galerie</a></li>
		<li><a href="#">Parteneri</a></li>
		<li><a href="#">Contact</a></li>
	</ul>
</div>

<div id="column2">
	<div id="column1">
		<div id="navcol">
		</div>
		<div id="sidecol">
		</div>
		<div id="main">
			<h2>Main Content</h2>
		</div>
		<div class="clear">&nbsp;</div>
	</div>
</div>
<div id="foot">
	<a href="#">Acasa</a> |
	<a href="#">Departamente</a> |
	<a href="#">Proiecte</a> |
	<a href="#">Evenimente</a> |
	<a href="#">Arhiva</a> |
	<a href="#">Galerie</a> |
	<a href="#">Parteneri</a> |
	<a href="#">Contact</a>
</div>
</body>

</html>

Fisierul style.css:

body {
	margin: 0px;
	padding: 0px;
	border: 5px solid #254117;
}
div#header {
	margin: 5px 5px 0px 5px;
	text-align: left;
	background-color: rgb(0,50,0);
	height: 80px;
	padding: 1px;
	color: #FFFFFF;
}

div#nav {
	text-align: center;
	background-color: rgb(15,85,15);
	height: 40px;
	margin: 5px 5px 0px 5px;
	padding: 1px;
}
.bigtext
{
font-size:150%;
}
.headertextpad {
	padding-left: 10px;
}

#nav ul {
		list-style: none;
	width: 800px;
	margin: auto;
}
#nav li {
		float: left; 
}
#nav li a {
		display: block;
		padding: 9px 15px;
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		border-right: 1px solid #ccc; 
}
#nav li:first-child a {
		border-left: 1px solid #ccc; 
}
#nav li a:hover {
	color: #254117;
	background-color: #99C68E; }

div#column2 {
	margin: 0px 5px 0px 5px;
	padding: 0;
	background-image: url(side2.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFF99;
	
}
div#column1 {
	margin: 5px 5px 0 0px;	
	padding: 0px;
	background-image: url(side1.gif);
	background-repeat: repeat-y;
	width: 100%;
	
}
div#navcol {	
	padding: 10px;
	width: 180px;
	float: left;
}
div#main {
	padding: 10px;
	margin-left: 210px;
	margin-right: 160px;
}
div#sidecol {
	margin: 0 5px 0 0;
	padding: 10px;
	width: 130px;
	float: right;
}
div#foot {
	margin: 5px 5px 5px 5px;
	background-color: #4E9258;
	height: auto;
	padding: 10px;
	text-align: center;
	clear: both;
}

#foot a {
		padding: 0 15px;
		text-decoration: none;
		font-weight: normal;
		color: #FFFFFF;
}

#foot a:hover {
	color: #254117;
	background-color: #99C68E; }

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#2
TechnicalGanXta

TechnicalGanXta

    Junior Member

  • Grup: Members
  • Posts: 30
  • Înscris: 11.04.2010
Care spatii mai exact? Ce versiune de IE? Fii cat se poate de clar cand pui o intrebare, pt ca la mine arata EXACT la fel in IE.

Edited by TechnicalGanXta, 14 April 2010 - 22:36.


#3
test_secure

test_secure

    New Member

  • Grup: Members
  • Posts: 16
  • Înscris: 06.02.2008

 TechnicalGanXta, on 14th April 2010, 15:32, said:

Care spatii mai exact? Ce versiune de IE? Fii cat se poate de clar cand pui o intrebare, pt ca la mine arata EXACT la fel in IE.

ok. am atasat preview la el.
browser: Internet Explorer 6

de aratat nu arata bine pentru ca designul paginii este chiar la inceput, asa ca dureaza, dar deja am intampinat problema asta.

Attached Files



#4
stefanpiciorus

stefanpiciorus

    New Member

  • Grup: Members
  • Posts: 7
  • Înscris: 14.04.2010
Am copiat codul tau insa din cate observ eu, ai sters din html partea cea mai importanta, continutul cu problema ... Incearca sa mai pui odata codul intreg html si css, altfel este destul de greu sa ne dam seama ce trebuie schimbat. In ceea ce priveste IE6 > IE5 nu este nimic nou, se intampla destul de des daca nu esti atent si nu ti cont si de el inca de la inceputul scrierii codului.

#5
test_secure

test_secure

    New Member

  • Grup: Members
  • Posts: 16
  • Înscris: 06.02.2008

 stefanpiciorus, on 23rd April 2010, 04:43, said:

Am copiat codul tau insa din cate observ eu, ai sters din html partea cea mai importanta, continutul cu problema ... Incearca sa mai pui odata codul intreg html si css, altfel este destul de greu sa ne dam seama ce trebuie schimbat. In ceea ce priveste IE6 > IE5 nu este nimic nou, se intampla destul de des daca nu esti atent si nu ti cont si de el inca de la inceputul scrierii codului.
Apropo... observ ca pe Internet Explorer 8 functioneaza, doar pe ie6 imi afiseaza gresit...ceva bug?

Codul index.html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />

</head>
<body>
<div id="header">
	<img src="sigla.jpg" width="65" height="80" align="left" />
	<p><span class="headertextpad"><span class="bigtext">My Website</span></span><br/>
		<span class="headertextpad">motto...text</span></p>
</div>
<div id="nav">
	<ul id="navlist">
		<li id="active"><a href="#" id="current">Acasa</a></li>
		<li><a href="#">Departamente</a></li>
		<li><a href="#">Proiecte</a></li>
		<li><a href="#">Evenimente</a></li>
		<li><a href="#">Arhiva</a></li>
		<li><a href="#">Galerie</a></li>
		<li><a href="#">Parteneri</a></li>
		<li><a href="#">Contact</a></li>
	</ul>
</div>

<div id="column2">
	<div id="column1">

		<div id="navcol">
			<a href="http://cursvalutarbnr.net/" title="Curs Valutar" style="text-decoration: none; font-size:18px; font-family: Tahoma; color:#06367E;">Curs Valutar BNR</a>
			<script language="Javascript"  src="http://cursvalutarbnr.net/f1.php?w=160&cul=06367E&val=EUR-USD-GBP" type="text/javascript">
</script>
			<noscript><a href="http://cursvalutarbnr.net" title="curs valutar">Curs Valutar BNR</a>
<BR>

<!-- START cod - ConvertorValutarBNR.net 
<a href="http://cursvalutarbnr.net/convertor_valutar.php" title="Convertor Valutar" style="text-decoration: none; font-size:18px; font-family: Tahoma; color:#06367E;">Convertor Valutar</a>
<script language="Javascript" src="http://cursvalutarbnr.net/f2.php" type="text/javascript">
</script><noscript><a href="http://cursvalutarbnr.net/convertor_valutar.php" title="convertor valutar">Convertor Valutar</a></noscript>
<!-- END cod - CursValutarBNR.net -->

<br/><hr/><br/>

<div style='width: 180px; height: 150px; background-image: url( [url="http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/green_180x150_bg.jpg"]http://vortex.accuweather.com/adcbin/netwe..._180x150_bg.jpg[/url] ); background-repeat: no-repeat; background-color: #336633;' ><div style='height: 138px;' ><script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2.asp?partner=netweather&tStyle=whteYell&logo=0&zipcode=EUR|RO|RO014|DEJ|&lang=eng&size=8&theme=green&metric=1&target=_self'></script></div><div
style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #FFFFFF;' ><a style='color: #FFFFFF' href='http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|RO|RO014|DEJ|&metric=1' >Weather Forecast</a> | <a style='color: #FFFFFF'
href='http://www.accuweather.com/maps-satellite.asp' >Weather Maps</a></div></div>

<br/><hr/><br/>
Numar de vizitatori:
<table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.website-hit-counters.com" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl" alt="hit counter" border="0" ></a></td></tr><tr><td align="center"</td></tr></table>
			</noscript>

		</div>
		<div id="sidecol">
			<h4>Starboard Side Column</h4>
			<ul>

				<li>Let me not to the marriage of true minds</li>
				<li>Admit impediments; love is not love</li>
				<li>Which alters when it alteration finds</li>
				<li>Or bends with the remover to remove</li>
			</ul>
		</div>
		<div id="main">

			<h2>Main Content</h2>
			<p> That looks on tempests and is never shaken; or bends with the remover to remove. It is the star to every wand'ring bark, but bears it out even to the edge of doom. If this be error and upon me proved, let me not to the marriage of true minds admit impediments; love is not love. Whose worth's unknown, although his height be taken.</p>
			<p>That looks on tempests and is never shaken; love alters not with his brief hours and weeks, which alters when it alteration finds. Or bends with the remover to remove. Admit impediments; love is not love whose worth's unknown, although his height be taken.It is the star to every wand'ring bark, that looks on tempests and is never shaken; love alters not with his brief hours and weeks. Which alters when it alteration finds, but bears it out even to the edge of doom. Love's not time's fool, though rosy lips and cheeks oh, no, it is an ever fixed mark admit impediments; love is not love. Let me not to the marriage of true minds love alters not with his brief hours and weeks, whose worth's unknown, although his height be taken.</p>
			<p>If this be error and upon me proved, within his bending sickle's compass come; which alters when it alteration finds. Oh, no, it is an ever fixed mark that looks on tempests and is never shaken; admit impediments; love is not love. It is the star to every wand'ring bark, within his bending sickle's compass come; but bears it out even to the edge of doom. Whose worth's unknown, although his height be taken.</p>
			<p>That looks on tempests and is never shaken; I never writ, nor no man ever loved. Oh, no, it is an ever fixed mark it is the star to every wand'ring bark, let me not to the marriage of true minds. If this be error and upon me proved, or bends with the remover to remove.</p>
		</div>

		<div class="clear">&nbsp;</div>
	</div>
</div>
<div id="foot">
	<a href="#">Acasa</a> |
	<a href="#">Departamente</a> |
	<a href="#">Proiecte</a> |
	<a href="#">Evenimente</a> |
	<a href="#">Arhiva</a> |
	<a href="#">Galerie</a> |
	<a href="#">Parteneri</a> |
	<a href="#">Contact</a>
</div>
</body>

</html>

Codul style.css:

body {
	margin: 20px 50px 50px 50px;
	padding: 0px;
	border: 5px solid #254117;
}
div#header {
	margin: 5px 5px 0px 5px;
	text-align: left;
	background-color: rgb(0,50,0);
	height: 80px;
	padding: 1px;
	color: #FFFFFF;
}

div#nav {
	text-align: center;
	background-color: rgb(15,85,15);
	height: 40px;
	margin: 5px 5px 0px 5px;
	padding: 1px;
}
.bigtext
{
font-size:150%;
}
.headertextpad {
	padding-left: 10px;
}

#nav ul {
		list-style: none;
	width: 800px;
	margin: auto;
}
#nav li {
		float: left; 
}
#nav li a {
		display: block;
		padding: 9px 15px;
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		border-right: 1px solid #ccc; 
}
#nav li:first-child a {
		border-left: 1px solid #ccc; 
}
#nav li a:hover {
	color: #254117;
	background-color: #99C68E; }

div#column2 {
	margin: 0px 5px 0px 5px;
	padding: 0;
	background-image: url(side2.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFF99;
	
}
div#column1 {
	margin: 5px 5px 0 0px;	
	padding: 0px;
	background-image: url(side1.gif);
	background-repeat: repeat-y;
	width: 100%;
	
}
div#navcol {	
	padding: 10px;
	width: 180px;
	float: left;
}
div#main {
	padding: 10px;
	margin-left: 210px;
	margin-right: 160px;
}
div#sidecol {
	margin: 0 5px 0 0;
	padding: 10px;
	width: 130px;
	float: right;
}
div#foot {
	margin: 5px 5px 5px 5px;
	background-color: #4E9258;
	height: auto;
	padding: 10px;
	text-align: center;
	clear: both;
}

#foot a {
		padding: 0 15px;
		text-decoration: none;
		font-weight: normal;
		color: #FFFFFF;
}

#foot a:hover {
	color: #254117;
	background-color: #99C68E; }

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



Anunturi

Second Opinion Second Opinion

Folosind serviciul second opinion ne puteți trimite RMN-uri, CT -uri, angiografii, fișiere .pdf, documente medicale.

Astfel vă vom putea da o opinie neurochirurgicală, fără ca aceasta să poată înlocui un consult de specialitate. Răspunsurile vor fi date prin e-mail în cel mai scurt timp posibil (de obicei în mai putin de 24 de ore, dar nu mai mult de 48 de ore). Second opinion – Neurohope este un serviciu gratuit.

www.neurohope.ro

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Forumul Softpedia foloseste "cookies" pentru a imbunatati experienta utilizatorilor Accept
Pentru detalii si optiuni legate de cookies si datele personale, consultati Politica de utilizare cookies si Politica de confidentialitate