Pathway mehrzeilizeilig im IE

Moderator: General Support Moderators

Forum rules
Forumregeln
Locked
tomww
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Apr 04, 2006 8:53 am

Pathway mehrzeilizeilig im IE

Post by tomww » Tue Apr 04, 2006 9:07 am

Hallo,
IE bricht beim Pathway die Anzeige nach jedem Linkpunkt. Im Firefox, wie so oft, wird es richtig angezeigt. Das Template ist ein eigen Testtemplate.

im index.php: dieses DIV steht in keinem übergeordnetem anderen DIV drin. Es wird am Kopf der Seite gezeigt

Code: Select all

<table width="980" border="0">
  <tr>
    <td width="980">
	 <div id= "Pathw"><?php mosPathWay(); ?> </div>
          ....
        
css:

Code: Select all

  div#Pathw {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.82em;
  text-align:left;
  line-height: 21px;
  width: 800px !important;
  }
  a.pathway {
    text-decoration: none;
     width:100%;
  }

  a.pathway:link, a.pathway:visited {
    font-weight: normal;
    text-decoration: none;

pole
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Mon Mar 13, 2006 4:21 pm

Re: Pathway mehrzeilizeilig im IE

Post by pole » Tue Apr 04, 2006 2:52 pm

Hai,

Zwei Probleme ...

Code: Select all

<div id= "Pathw"><?php mosPathWay(); ?> </div>
Entferne mal das Leerzeichen nach dem =

Code: Select all

  a.pathway {
    text-decoration: none;
     width:100%;
  }
ich gehe mal davon aus, dass du die einzelnen Links keine 100% breit haben willst .... entferne das witdh:100%

gruss

tomww
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Apr 04, 2006 8:53 am

Re: Pathway mehrzeilizeilig im IE

Post by tomww » Tue Apr 04, 2006 5:48 pm

ohhh, da sass ne megatomate auf meinen augen

dankeeee fuers entfernen.


Locked

Return to “Template, CSS und Designfragen 1.0.x”