Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

workweb

Sublinks com problemas CSS

Recommended Posts

Olá galera, estou com um problema que não consigo solucionar.

 

Tenho um Sublink que ao clicar nele, todos os sublinks acabam ficando como os links normais. ex:

 

 

Imagem PostadaImagem Postada

 

Estou usando um template modificado para o Joomla.

 

segue a baixo o CSS dos Links e Sublinks.

 

Se alguem poder me ajudar, agradeço muito, pois só falta isso para que o site fique completo.

 

Obrigado

 

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
font-family: Comic Sans MS, Arial;
line-height: 18px;
padding: 0 0 0 10px;
text-decoration: none;
font-size: 20px;
background: url(../images/menu_row.jpg) center left no-repeat;
margin: 0;
height: 20px;
color: #ff0000;
font-weight: bold;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
color: #ffffff;
text-decoration: none;

}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link,
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
font-family: Comic Sans MS, Arial;
line-height: 18px;
padding: 0 0 0 8px;
text-decoration: none;
color: #FFFFFF;
font-size: 14px;
background: url(../images/menu_row.jpg) center left no-repeat;
margin: 0;
height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
color: #cccccc;
text-decoration: none;

}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
text-decoration: none;
color: #ffffff;
margin: 0 0 0 6px;
font-size: 14px;
background: url(../images/submenu_row.jpg) center left no-repeat;
font-weight: normal;
display: block;
line-height: 18px;
padding: 0 0 0 18px;
border: none;
height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
font-size: 14px;
margin: 0 0 0 6px;
padding: 0 0 0 18px;
text-decoration: none;
border: none;
color: #ffffff;
background: url(../images/submenu_row.jpg) center left no-repeat;
height: 18px;
line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
margin: 0;
padding: 0;
}

#leftcolumn ul.menu li#current ul li {
margin: 0;
padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
margin: 0;
padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
color: #333;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
list-style: none;
}

Compartilhar este post


Link para o post
Compartilhar em outros sites

workweb, parece que você está utilizando mesma classe (.menu) para link e sublink.

Poste o código do menu aí para ter uma idéia mais clara.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá amigo,,, para melhor poder entender,,, vai o CSS completo.

 

Obrigado

 

 

 

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
	}

#bottom_bg {
	background: #000000;
	padding: 0;
	width: 100%;
	heigth: 705px;
	margin: 0 auto;
}
	
body.contentpane {
	background: #3b3b3b;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #2CB5F4;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #2CB5F4;
}

input.button, .validate  {
	background: #2CB5F4;
	border: 0;
	font-size: 10px;
	color: #fff;
	border: solid 1px #2CB5F4
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}


p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.inputbox {
	border: 1px solid #2CB5F4;
	padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

#search {
	float: right;
	padding: 13px 50px 0 0;
}

#search .search .inputbox {
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	background: none;
	margin:	0;
	width: 94px;
	height: 18px;	
	padding: 2px 0 0 6px;
	border: 1px solid #B9DB9A;
	float: left;
}

#search .search .button {
	text-align: center;
	background: #000000;
	border: 0;
	font-size: 10px;
	color: #fff;
	border: solid 1px #2CB5F4;
	float: left;
	margin: 0 0 0 5px;
	height: 22px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	
	height: 100%;
	padding: 0;
	background: #3b3b3b url(../images/topbg.png) top center repeat-x;
	
}

#ptw_bg {
margin: 0 auto;
width: 1000px;
height: 30px;
background: #000000;
text-align: left; 
padding: 0px 0 0 0px;
}

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: transparent;
}


div#wrapper {
	
	padding: 2px 0px;
	width: 900px;
	background: #000000;
	margin: 0 auto;
}

#top {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#header {
	height: 199px;
	background: url(../images/header.jpg) top center no-repeat;
	margin: 0 auto;
	width: 1000px;
padding: 0;
}

#content {
	width: 870px;
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
}

#content_bottom {
	width: 902px;
	height: 16px;
	background: url(../images/content_bottom.jpg) top center no-repeat;
}



#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #FF9933;
	text-decoration: none;
	outline: none;
	line-height: 36px;
}

.pill_m {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 34px;
	background: transparent url(../images/topmenu_bg.jpg) top center no-repeat;
}

#pillmenu {
	margin: 0;
	text-align: center;
}

#pillmenu ul {
	margin: 0;
	padding: 0 0px;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 0px;

}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	float: left;
	display: block;
	line-height: 30px;
	padding: 0 8px 0 8px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#pillmenu li a:hover {
	color: #FF9933;
	text-decoration: underline;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 180px;
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 500px;
	margin: 0 0 6px 0;
}

div#maincolumn_full {
	float: left;
	width: 680px;
	margin: 0px 0px 0;
	padding: 0px 0 0 0px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0px;
	width: 1000px;
	height: 138px;
	background: transparent url(../images/footer_bg.png) top center no-repeat;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #fff;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 8px 0 0 10px;
}
table.blog {
	
}
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Comic Sans MS, Arial;
	font-size: 16px;
	vertical-align: middle;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	color: #666666;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #2EB6F4;
	border-bottom: solid 1px #CAF3FD;
}

a.readon:hover {
	color: #FF9933;
	text-decoration: none;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #2EB6F4;
	font-weight: bold;
	font-size: 18px;
	
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #333;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 8px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}


div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {

}

div.module_menu div div, div.module div div {
	margin-bottom: 14px;
	padding: 0 0 1px 0;
	background: #000000 url(../images/menu_top_out.png) top center no-repeat;
}

div.module_menu div div div, div.module div div div{
	width: auto;
	margin: 0;
	padding: 0 0 12px 0;
	background: #000000;
	text-align: center;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
}

div.module div div div form {
	padding: 4px 0 0 0;
	width: 164px;
	margin: 0 auto;
	text-align: left;
}


div.module_menu ul {
	list-style: none;
	text-align: left;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
	text-decoration: none;
	color: #2EB6F4;
	font-size: 11px;
}

div.module_text div div div div {
	background: #CAF3FD;
	padding:2px 10px;
	margin:0 auto;
	
}

div.bannergroup_text {
	display:block;
	width:170px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	font-family:  Arial;
	width: 142px;	
	color: #000000;
	font-size: 14px;
	height: 39px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 38px;
	
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 164px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	font-family: Comic Sans MS, Arial;
	line-height: 18px;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 20px;
	background: url(../images/menu_row.jpg) center left no-repeat;
	margin: 0;
	height: 20px;
	color: #ff0000;
	font-weight: bold;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #ffffff;
	text-decoration: none;

}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	font-family: Comic Sans MS, Arial;
	line-height: 18px;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	background: url(../images/menu_row.jpg) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #cccccc;
	text-decoration: none;

}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 6px;
	font-size: 14px;
	background: url(../images/submenu_row.jpg) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 14px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
	border: none;
	color: #ffffff;
	background: url(../images/submenu_row.jpg) center left no-repeat;
	height: 18px;
	line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #333;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #555;
}

/* thumbnails */
div.mosimage		 {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption	   { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p	 { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a	{ padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #2EB6F4;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	}.stiloform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

Compartilhar este post


Link para o post
Compartilhar em outros sites

Rafelles como pedido segue codigo em HTML, lembrando que o sistema deste site é em Joomla.

 

<!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" xml:lang="pt-br" lang="pt-br" >
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="Cryarq arquitetura, Projetos, Planta" />
  <meta name="description" content="Cryarq Arquitetura e Projetos." />
  <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
  <title>Projetos</title>
  <script type="text/javascript" src="/media/system/js/mootools.js"></script>

  <script type="text/javascript" src="/media/system/js/caption.js"></script>


<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/siteground-j15-42/css/template.css" type="text/css" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="/templates/siteground-j15-42/css/ie7.css" type="text/css" />
<![endif]-->
</head>
<body>
	<div id="page_bg">
		<!--header start -->
		<div id="header">
			<div id="logo">

				<table cellspacing="0" cellpadding="0" style="width: 400px; height: 230px; text-align: center;">
					<tr><td style="text-align: center; vertical-align: middle;"><!--DWLayoutEmptyCell--> </td>
				  </tr>
				</table>
			</div>	
			<div class="clr"></div>
		</div>
		<div class="clr"></div>
		<!--header end -->

	
		<!--topmenu start-->
			<div class="pill_m">
				<div id="pillmenu">
				<table cellspacing="0" cellpadding="0" style="margin: 0 auto;">
					</td></tr>
				</table>
				</div>
			</div>	
			<div class="clr"></div>

		<!--topmenu end-->
		
		<!--pathway start-->
				<div id="ptw_bg">
					
				</div>
		<!--pathway end-->
		
		<!--center start-->
		<div  id="bottom_bg">
			<div class="center">
				<div id="wrapper">

					<div id="content">
													<div id="leftcolumn">	
										<div class="module_menu">
			<div>
				<div>
					<div>
													<h3>Main Menu</h3>
											<ul class="menu"><li class="item1"><a href="http://www.cryarq.com.br/"><span>Cryarq</span></a></li><li class="parent item53"><a href="/index.php?option=com_content&view=article&id=45&Itemid=53"><span>Obras</span></a></li><li id="current" class="parent active item54"><a href="/index.php?option=com_content&view=article&id=46&Itemid=54"><span>Projetos</span></a><ul><li class="item62"><a href="/index.php?option=com_content&view=article&id=53&Itemid=62"><span>Chácara</span></a></li><li class="item63"><a href="/index.php?option=com_content&view=article&id=54&Itemid=63"><span>Gabi e Tiquinho</span></a></li><li class="item64"><a href="/index.php?option=com_content&view=article&id=56&Itemid=64"><span>Elcio e Claudia</span></a></li><li class="item65"><a href="/index.php?option=com_content&view=article&id=57&Itemid=65"><span>Jundiaínópolis</span></a></li></ul></li><li class="parent item55"><a href="/index.php?option=com_content&view=article&id=47&Itemid=55"><span>Casas à venda</span></a></li><li class="item56"><a href="/index.php?option=com_content&view=article&id=48&Itemid=56"><span>Contato</span></a></li></ul>					</div>

				</div>
			</div>
		</div>
	
							<div align=center></div>
					  </div>
														
														<div id="maincolumn_full">
															<div class="nopad">						
																			
<table class="contentpaneopen">


<tr>
<td valign="top" colspan="2">
<div align="center"><img src="/images/stories/cryarq_projetos.png" border="0" width="650" height="400" /></div>

</td>
</tr>

</table>
<span class="article_separator"> </span>

																	</div>
							</div>
							
													
						<div class="clr"></div>

				</div>		
				</div>
			</div>
			<!--footer start-->
			<div id="footer">
				<div id="sgf">
					<div style=" padding: 30px 0 0 80px;">
						<div style="float: left; width: 700px;"></div> 
				  
					</div>
				</div>

			</div>
			<!--footer end-->
		</div>		
	</div>	
	
		<!--center end-->
</body>
</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

Sinceramente também não sei te falar, pois esse arquivo foi gerado pelo Joomla, estou um pouco perdido.

A falta de funcionamento é porque está faltando essas classes então???

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.