ilch Forum » Ilch Clan 1.1 » Design und Templates » Manue im Firefox

Geschlossen
  1. #1
    User Pic
    mibo73 Mitglied
    Registriert seit
    25.07.2006
    Beiträge
    129
    Beitragswertungen
    0 Beitragspunkte
    Hallo,

    ich bin für die Gilde Exilium-Allods an einem Design dran.
    Nun habe ich das Problem, dass das Menü im Internetexplorer so aussieht, wie ich es haben möchte. im Firefox (egal welche Version) ist das Menü stark verkleinert, bzw. zusammen gestaucht.

    Um das zu sehen, müßt ihr in der Desingauswahl Exilium auswählen.
    Den Code der style.css habe ich angehangen.
    Kann mir jemand weiter helfen, an wlecher Stelle ich das ändern muss?

    body {
      margin: 0;
      padding: 0;
      background: #2B2B2B;
      color: #000000;
      font:10px Verdana, Helvetica, sans-serif;
    	text-decoration: none
      scrollbar-3dlight-color : #C79A45;
      scrollbar-base-color : #cccccc;
    	scrollbar-darkshadow-color : #000000;
    	scrollbar-face-color : #AD7E33;
    	scrollbar-highlight-color : #000000;
    	scrollbar-shadow-color : #cccccc;
    	scrollbar-track-color : #AD7E33;
    }
    #top { 
      background-image: url(img/top.png);  
      background-repeat: repeat-y; 
      background-position: center; 
      background-color: #2B2B2B;  
      margin: 0 auto; 
      padding: 0; 
      width: 1024px 
      }
    #header_menu {
      color: #000000;
      width:400px;
    	float:right;
    	margin:2px 40px 0px 0px;
    	display:inline;
      }
    #footer_menu {
      color: #ffffff;
      width:200px;
    	float:left;
    	margin:55px 0px 0px 350px;
    	display:inline;
      }
    #header { 
      margin:0px;
      padding:0px;
      background-image: url(img/header.png); 
      background-repeat: no-repeat; 
      background-position: center bottom; 
      width: 1024px; 
      height: 191px 
      }
    #header2 { 
      margin:0px;
      padding:0px;
      background-image: url(img/header2.png); 
      background-repeat: no-repeat; 
      background-position: center; 
      width: 704px; 
      height: 62px 
      }
    #center {
    	width:1024px;
    	}
    #footer { 
      background-image: url(img/footer.png); 
      background-repeat: no-repeat; 
      background-position: center; 
      text-align: center; 
      width: 1024px; 
      height: 70px; 
      clear: both 
      }
    #left_col {
      width: 160px;
      color: #000000; 
      float: left;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      }
    #left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
      color: #000000;  
      }
    #left_col .menu_heading {
      color:#000000;  
      font-size:11px;
      letter-spacing: 1px;
      }
    #left_col ul  {
      padding: 0px;
      margin: 6px;
      background: #6F6F6F;
      list-style: inside url(img/box_menu_pfeil.gif);
      width: 148px;
      }
    #left_col li
    {
      height: 3px;
      padding: 2px 0px 5px 0px;
      margin: 0px;
      background: url(img/box_menu_trennlinie.png) no-repeat bottom;
    }            
    #left_col li ul
    {
      height: 3px;    
      padding: 2px 0px 5px 0px;
      margin: 0px;
      background: url(img/box_menu_trennlinie.png) no-repeat top;
    }
    #left_col li li {    
      padding-left: 16px;
      }
    #left_col li a  {
      color: #000000;     
      padding-left: 8px;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none;
      }
    #left_col li a:hover {
      color: #A9361D;   
      padding-left: 8px;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none;
      }
    #main_col {
      width: 539px;
      float: left;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      clear: none;
      min-height: 100px;
      }
    #main_col_om {
      width: 884px;
      float: center;
      padding-top: 5px;
      padding-left: 2px;
      padding-right: 0px;
      padding-bottom: 6px;
      clear: none;
      min-height: 100px;
      }
    #explore {
      width: 520px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 6px;
      clear: none;
      }
    #right_col1 { 
      width: 160px;
      float: right;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      }
    #right_col1 .menu_heading {
      color:#000000;
      font-size:11px;
      letter-spacing: 1px;
      }
    #search_box {
    	color: #000000;
      float:right;
    	margin:5px 60px 0px 0px;
    	display:inline;
      }
    img {
    	border:0px;
    	}
    td {
      font-family: Verdana; 
      font-size: 11px;
      }
    a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a {
      color: #2A600A; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none; 
      }
    a:hover {   
      color: #A9361D;
      text-decoration: none;  
      font-size: 11px;
      }
    a.box { 
      color: #000000; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none; 
      }
    a.box:hover {   
      color: #A9361D;
      text-decoration: none;  
      font-size: 11px;
      }
    .Chead  {
      background: transparent;
      color: #000000;
      font-size: 11px;
      }
    .Chead td, .Chead td strong, .Chead h4, .Chead td b {
      background: transparent;
      color: #000000;
      }
    .Callg  {
      color: #000000;
      }
    .Callg td {
      color: #000000;
      }
    .Cnorm {
      background-color: transparent;
      border-bottom: solid #2A600A 1px;
      }
    .Cmite  {
      background-color: transparent;
      border-bottom: solid #2A600A 1px;
      }
    .Cdark  {
      background-color: #AD7E33;
      }
    .Cheadfu  {
      background: #AD7E33;
      color: #000000;
      font-size: 11px;
      }
    .Cnormfu {
      background-color: #C79A45;
      }
    .Cmitefu  {
      background-color: #C79A45;
      }
    .Cdarkfu  {
      background-color: #AD7E33;
      }
     
    .CnormSB  {
      background-color: transparent;
      }
    .Cline  {
      border-top: solid #2A600A 1px;
      }
    .CmiteSB  {
      background-color: transparent;
      }
    .rand {
      border: solid #31353C 1px;
      }
    .smalfont { 
      font-size: 10px;
      text-decoration: none; 
      }
    .border { 
      background-color: transparent; 
      }
    .title  {
      color: #000000;  
      font: 11px Verdana;
      font-weight: bold
      }
    hr { 
      height: 0px; 
      border: solid #383B41 0px; 
    	border-top-width: 1px; 
      }
    input, textarea, select { 
      color: #000000;  
      font: 12px Verdana;  
      border-color: #185685;
      border-width: 1px;
      border-style: solid;  
      font-weight: none;  
      text-decoration: none;  
      background-color: #EFEFEF;  
      }


    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    WDTeamWarLord Mitglied
    Registriert seit
    17.01.2009
    Beiträge
    539
    Beitragswertungen
    46 Beitragspunkte
    Wenn ich deine Seite aufrufe, dann ist es genau andersrum. Im IE ist es kleiner als im FF oder im Chrome.


    Zuletzt modifiziert von WDTeamWarLord am 30.03.2011 - 12:08:33
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    oink Mitglied
    Registriert seit
    23.09.2010
    Beiträge
    740
    Beitragswertungen
    227 Beitragspunkte
    und bei mir gabs schon lange keinen linseneintopf mehr.
    before creation there must be destruction
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    WDTeamWarLord Mitglied
    Registriert seit
    17.01.2009
    Beiträge
    539
    Beitragswertungen
    46 Beitragspunkte
    ZitatZitat geschrieben von oink

    und bei mir gabs schon lange keinen linseneintopf mehr.


    Schmeckt ja auch nicht.
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    Chapter Hall Of Fame
    Registriert seit
    21.10.2007
    Beiträge
    5.951
    Beitragswertungen
    229 Beitragspunkte
    ZitatZitat geschrieben von WDTeamWarLord

    ZitatZitat geschrieben von oink

    und bei mir gabs schon lange keinen linseneintopf mehr.


    Schmeckt ja auch nicht.


    du hast keine ahnung. linseneintopf mit mettwurst ist bombe !
    Spamming, sinnlose Beiträge, Pushing, Doppelposting und Werbung sind verboten
    externer Link
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    oink Mitglied
    Registriert seit
    23.09.2010
    Beiträge
    740
    Beitragswertungen
    227 Beitragspunkte
    apfelmus mit vanille sauce

    oh mann jetzt bekomm ich hunger
    before creation there must be destruction
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    mibo73 Mitglied
    Registriert seit
    25.07.2006
    Beiträge
    129
    Beitragswertungen
    0 Beitragspunkte
    Naja, da es hier so ernst gesehen wird, werde ich wohl auch den Banner für Ilch langsam weg machen. Fehler habe ich übrigens gefunden. Dennoch danke für die Unangebrachten Kommentare....


    Achaj, @Chapter das was in deiner Signatur steht, solltest du mal beherzigen....


    Zuletzt modifiziert von mibo73 am 01.04.2011 - 19:52:36
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    oink Mitglied
    Registriert seit
    23.09.2010
    Beiträge
    740
    Beitragswertungen
    227 Beitragspunkte
    meh
    before creation there must be destruction
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Design und Templates

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten