Caros...
Estou muito descontente (cada vez mais) com o Internet Explorer, meu site [http://www.ip200.com.br/site/] está quase pronto, mas me deparei com um problema. Quando visualizo ele no IE, a parte do topo (header, banner, e últimas notícias e footer) parecem estar mais pro lado esquerdo do que centralizado (principalmente quando se usa 1024x728 é mais notável). Gostaria que alguém me desse alguma luz, já tentei de tudo, mas nada parece dar certo... Fiquei o dia todo em frente ao pc tentando resolver, mas acabei desistindo, agora peço ajuda...
Abraços...
Desalinhado no Internet Explorer, no Mozilla tudo perfeito!
-
- Novato
- Mensagens: 3
- Registrado em: 19 Jun 2006, 02:36
-
- Novato
- Mensagens: 4
- Registrado em: 11 Dez 2005, 17:44
Re: Desalinhado no Internet Explorer, no Mozilla tudo perfeito!
Estou com o mesmo problema, no Firefox beleza, mas quando abre no lixo do ie a bodega enverga tudo.
SOCOOOOOOOOORRROOOOOOOO!!!!!!!!!!!!!!!!!! ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'(
eND DO SITE:
http://www.dicasnanet.com
SOCOOOOOOOOORRROOOOOOOO!!!!!!!!!!!!!!!!!! ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'(
eND DO SITE:
http://www.dicasnanet.com
- Ronildo Costa
- Super Joomleiro
- Mensagens: 1454
- Registrado em: 04 Mar 2005, 21:09
Re: Desalinhado no Internet Explorer, no Mozilla tudo perfeito!
Amigo problema de html e css.... não tem outra coisa... veja o que pode ser, se for o caso poste o código do seu template aqui.
Apaguei seu outro post, evite fazer duplicidades por favor.
Apaguei seu outro post, evite fazer duplicidades por favor.
-
- Novato
- Mensagens: 4
- Registrado em: 11 Dez 2005, 17:44
Re: Desalinhado no Internet Explorer, no Mozilla tudo perfeito!
OK, desculpe pela duplicação, mas é que eu estou no desespero, vai aí o meu css:
---------------------------
---------------------------
Código: Selecionar todos
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 70.1%;
color: #999999;
}
body {
background-color: #43535d;
background-image: url(../images/main_01.gif);
background-repeat:repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.main {
width:768px;
margin:0px auto;
}
.header {
width:100%;
float:left;
background-image:url(../images/main_06.jpg);
background-repeat:repeat-x;
height:97px;
margin-top:20px;
border-bottom:3px solid #c80000;
}
.logo {
float:left;
background-image:url(../images/main_04.jpg);
background-repeat:no-repeat;
height:97px;
width:287px;
}
.headerright {
float:right;
background-image:url(../images/main_08.jpg);
background-repeat:no-repeat;
height:97px;
width:6px;
}
.topmenu {
float:right;
text-align:right;
margin-top:67px;
}
.headerimage {
float:left;
border-bottom:3px solid #c80000;
}
.topcontent {
width:100%;
background-image:url(../images/main_20.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-color:#13181B;
float:left;
}
.topleft {
width:47%;
float:left;
padding:4px 10px 18px 10px;
color:#ffffff;
}
.topright{
width:47%;
float:right;
padding:4px 10px 18px 10px;
color:#ffffff;
}
.topleft td{
color:#ffffff;
}
.topright td{
color:#ffffff;
}
.topcontentint {
background-image:url(../images/main_23.jpg);
background-repeat:repeat-y;
background-position:center;
height:100%;
width:100%;
float:left;
}
.content {
width:100%;
height:100%;
background-color:#ffffff;
float:left;
}
.footer {
width:100%;
background-image:url(../images/main_36.jpg);
background-repeat:repeat-x;
height:120px;
float:left;
}
.footerleft {
height:120px;
width:10px;
background-image:url(../images/main_35.jpg);
background-repeat:no-repeat;
float:left;
}
.footercenter {
float:right;
width:650px;
margin-top:70px;
text-align:center;
color:#dadada;
font-size:0.85em;
}
.footerright {
height:120px;
width:54px;
background-image:url(../images/main_39.jpg);
background-repeat:no-repeat;
float:right;
}
.left {
float:left;
width:20%;
margin:10px 0px 0px 7px;
}
.right{
float:right;
width:20%;
margin:10px 7px 0px 0px;
}
.center {
float:right;
width:52% !important;
width:50%;
margin:1%;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
padding-left:10px;
padding-right:10px;
}
.center2 {
float:right;
width:73% !important;
width:72%;
margin:1%;
border-left:1px solid #cccccc;
padding-left:10px;
padding-right:10px;
}
.article_seperator {
display:block;
border-top:1px dotted #cccccc;
margin:5px 0px 5px 0px;
}
/* texts */
.small {
font-size:0.88em;
color:#CCCCCC;
}
/* links */
a:link, a:visited {
color:#c80000;
text-decoration:none;
}
a:hover{
color:#cccccc;
}
/* Below are default settings are used when no other style has been defined. */
p {
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
} /* formatting all <div> (division) items. This is a catch-all that only applies when no other style has been defined. */
td {
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
} /* formatting all
<td> items. This default setting is used when no other style has been defined. */
tr {
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
} /* formatting all
<tr> items. This default setting is used when no other style has been defined. */
ul {
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
} /* formatting all UL (unordered list) items. This default setting is used when no other style has been defined. */
li {
list-style:none;
}
hr {} /* horizontal line in your template */
hr.separator {}
/* FORMS SETTINGS */
.button {
color : #666666;
border : 1px solid #999999;
background-color : #ffffff;
margin-top : 0px;
font-family : arial, helvetica, sans-serif;
font-size : 9px;
}
.inputbox {
font-size: 9px;
font-family: verdana, helvetica, sans-serif;
text-align: left;
color: #666666;
background-image:url(../images/back_main.jpg);
border: 1px solid #999999;
}
.text_area{
width:80px;
}
.search {} /* formatting the <div> which holds search items: inputbox, search button... */
/* NAVIGATION/MENU SETTINGS */
a.mainlevel{
width:90%;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {
background-image:url(../images/main_31.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:16px;
height:20px;
line-height:20px;
border-bottom:1px solid #cccccc;
display:block;
text-transform:uppercase;
color:#999999;
}
a.mainlevel:visited {
background-image:url(../images/main_31.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:16px;
height:20px;
line-height:20px;
border-bottom:1px solid #cccccc;
display:block;
text-transform:uppercase;
color:#999999;
}
a.mainlevel:hover {
background-image:url(../images/main_31.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:16px;
height:20px;
line-height:20px;
border-bottom:1px solid #c80000;
display:block;
text-transform:uppercase;
color:#c80000;
}
#active_menu {
color:#c80000;
} /* this styling is for the menu item when it is active, even in main/sub position */
ul#mainlevel-nav {
list-style: none;
padding: 0px;
margin: 0px;
float: left;
text-align:center;
text-decoration:none;
}
ul#mainlevel-nav li{
padding: 0px;
float: left;
margin: 0px;
white-space: nowrap;
text-decoration:none;
}
ul#mainlevel-nav li a{
background-image:url(../images/main_11.jpg);
background-repeat:repeat-x;
background-position:top;
padding:10px 18px 10px 18px;
margin:0px 1px 0px 1px;
height:30px;
line-height:26px !important;
line-height:30px;
}
ul#mainlevel-nav li a:hover, ul#mainlevel-nav li a#active_menu-nav{
background-image:url(../images/main_11.jpg);
background-repeat:repeat-x;
background-position:bottom;
padding:10px 18px 10px 18px;
margin:0px 1px 0px 1px;
height:30px;
line-height:26px !important;
line-height:30px;
color:#FFFFFF;
}
a.sublevel{
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {
}
a.sublevel:visited {
}
a.sublevel:hover {
}
.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>")
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when
they become hyper links*/
.pagenavbar:visited {}
.pagenav {} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {
}
a.pagenav:hover {
}
a.readon:link {
font-size:1.0em;
} /* Style for the "Read More" link that is displayed for large content items */
a.readon:hover {
font-size:1.0em;
}
a.readon:visited {
font-size:1.0em;
}
.back_button {} /* Style for the "BACK" button */
.pagenav_prev {
font-size:1.0em;
} /* Style for the PRE button */
.pagenav_next {font-size:1.0em;} /* Style for the NEXT button */
.latestnews ul {} /* Style for latest news list - by default, latest news is user1 module */
.latestnews li {}
.mostread ul{} /* Style for most popular list - by default, most popular is user2 module */
.mostread li{}
/* CONTENT PAGE SETTINGS */
a.category:link {
}
a.category:hover {
}
a.category:visited {
}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /* The "More" text in blog section */
a.blogsection:link {
} /* set the link format */
a.blogsection:visited {
} /* same as above, but to set the visited link format */
a.blogsection:hover {
} /* same as above, but for links with mouse pointer over it */
.componentheading {
color:#c80000;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #c80000;
display:block;
margin-bottom:8px;
}
td.componentheading {
color:#c80000;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #c80000;
display:block;
margin-bottom:8px;
}
/* Title of the component being used to display the content.*/
table.contentpaneopen {
width:100%;
}
table.contentpaneopen td {
padding:0px;
}
table.contentpane {
width:100%;
margin: 0px;
padding: 0px;
}
.contentheading {
color:#c80000;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #c80000;
width:100%;
margin-bottom:8px;
background-image:url(../images/main_28.jpg);
background-repeat:no-repeat;
background-position:bottom left;
height:22px;
line-height:22px;
text-indent:18px;
margin-top:12px;
margin-left:18px;
}
/* Title of the content, article, etc. being displayed.*/
.contentpane {background-color:#ffffff;
background-image:none;
text-align:left;
} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpaneopen {
background-image:none;
text-align:left;
} /* Table that holds the actual text for an article.*/
.contentpagetitle {
} /* Title of articles */
a.contentpagetitle:hover {
} /* Title of articles when appeare as links */
a.contentpagetitle:link {
}
a.contentpagetitle:visited {
}
.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {
padding:4px;
margin:4px;
border:1px solid #dadada;
} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {padding:4px;
margin:4px;
} /* same as above, used to format the td and able cells */
table.contenttoc th {font-size:1.2em;} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts */
a.toclink:link {} /* same as above, used to format toc link text status */
a.toclink:visited {}
a.toclink:hover {}
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {} /* This is for styling the section table headers on a SECTION's page.
Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {
padding:4px;
}
.sectiontableentry2 {
padding:4px;
}
/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable {
width:100%;
} /* Formatting the module table */
table.moduletable th {
color:#c80000;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #c80000;
width:100%;
text-align:left;
margin-bottom:6px;
padding-top:5px;
}
/* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */
.pathway {
text-decoration:none;
color:#666666;
}
.pathway a:link {
text-decoration:none;
}
.pathway a:visited {
text-decoration:none;
}
.pathway a:hover {
text-decoration:none;
}
.buttonheading a:link {
text-decoration:none;
}
.buttonheading a:visited {
text-decoration:none;
}
.buttonheading a:hover {
text-decoration:none;
}
/* MISCELLANEOUS */
/* Dates , Authors */
.createdate {
font-size:0.9em;
} /* For styling the date the content/articles are created under contents title */
.modifydate {
font-size:0.9em;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
font-size:0.9em
} /* Formating "Written by:...." text */
.smalldark {
color:#333333;
font-size:1.0em
}/* Found in poll result page, for " Number of Voters".. text */
/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */
/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks"
section on the frontend */
a.weblinks:hover {
text-decoration:none;
} /* same as above, but for link with mouseover */
/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */
/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
that appears after you have entered a search value. It appears on the mainbody
with the search results */
/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
.ontab {width:98% !important;
background-color:#FFFFFF;
text-align:left;
}/* For styling of the "Tab" buttons when editing contents through the frontend as admin.
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {width:98% !important;
background-color:#FFFFFF;
text-align:left;
} /* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {width:98% !important;
background-color:#FFFFFF;
text-align:left;
} /* this style is used set the size of the tab in the above */
.tabheading {width:98% !important;
background-color:#FFFFFF;
text-align:left;
} /* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.pagetext {width:98% !important;
background-color:#FFFFFF;
text-align:left;
} /* this style is used to style the content of the editing form contents
(where HTMLArea sits and all its forms + contents) in the frontend Administration interface */
#introtext {width:98% !important;
background-color:#FFFFFF;
background-image:none !important;
text-align:left;}
#fulltext {width:98% !important;
background-color:#FFFFFF;
text-align:left;
background-image:none !important;
}
.introtext {width:98% !important;
background-color:#FFFFFF;
background-image:none !important;
text-align:left;}
.fulltext {width:98% !important;
background-color:#FFFFFF;
text-align:left;
background-image:none !important;
}
table#toolbar a.toolbar {
color : #808080;
text-decoration : none;
display: block;
border: 1px solid #DDD;
width: 40px;
padding: 2px !important;
}
table#toolbar a.toolbar:hover {
color : #C64934;
border: 1px solid #c24733;
background-color: #f1e8e6;
padding: 2px !important;}
.tab-page{
width:98% !important;
background-color:#FFFFFF;
text-align:left;
background-image:none !important;
}
.mceContentBody{background-color:#ffffff;
background-image:none;
text-align:left;
}
/* -- editor no frontend -- */
#
#
#
#
#editorfloat{
#
position:absolute!important;
#
#
#
#
z-index:100!important;
#
width:650px!important;
#
#
#
#
left:30px!important; /* altere este valor para movimentar lateralmente o editor */
#
background-color:#E8F7FF!important;
#
#
#
#
border:3px solid #000!important;
#
#
#
#
padding:10px!important;
#
#
#
#
}
/* Fim do código */
Editado pela última vez por Anonymous em 12 Jan 2007, 13:56, em um total de 1 vez.
-
- Novato
- Mensagens: 4
- Registrado em: 11 Dez 2005, 17:44
Re: Desalinhado no Internet Explorer, no Mozilla tudo perfeito!
Vai o HTML:
-------------------------------
-------------------------------
Código: Selecionar todos
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<meta name="verify-v1" content="Pqj7rddQSY7a8VqpF5wS/xGVcigS+AJaoUyqmUqPLJI=" >
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
</head>
<body>
<?PHP
if(file_exists($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php"))
{
require_once($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php");
}
?>
<div class="main">
<div class="header">
<div class="logo"></div><div class="headerright"></div><?php mosLoadModules ( 'user3',-1 ); ?>
<div class="topmenu">
</div>
</div>
<div class="headerimage">
<?php mosLoadModules ( 'user5' ); ?>
</div>
<div class="topcontent">
<div class="topcontentint">
<div class="topleft">
<?php mosLoadModules ( 'user1' ); ?>
</div>
<div class="topright">
<?php mosLoadModules ( 'user2' ); ?>
</div>
</div>
</div>
<?php if (mosCountModules( 'right')) { ?>
<div class="content">
<div class="left">
<div class="menu">
<?php mosLoadModules ( 'left' ); ?>
</div>
</div><div class="right">
<?php mosLoadModules ( 'right' ); ?>
</div>
<div class="center">
<?php mosPathWay(); ?>
<?php mosMainBody(); ?>
</div>
</div>
<?php }else{?>
<div class="content">
<div class="left">
<div class="menu">
<?php mosLoadModules ( 'left' ); ?>
</div>
</div>
<div class="center2">
<?php mosPathWay(); ?>
<?php mosMainBody(); ?>
</div>
</div>
<?php } ?>
<div class="footer">
<div class="footerleft"></div>
<div class="footerright"></div>
<div class="footercenter">
<div align="center"><a href="index.php">Dicas na Net </a> | </div>
</div>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1136230-1";
urchinTracker();
</script>
</body>
</html>
Editado pela última vez por Anonymous em 12 Jan 2007, 13:57, em um total de 1 vez.