Menu

#54 Höhe der Sidebar ("iframe")

open
nobody
None
5
2007-03-23
2007-03-23
Anonymous
No

Es sieht aus, als befände sich in der Sidebar ein iframe (http://de.wikipedia.org/wiki/Iframe). Man muss häufig nach unten scrollen, obwohl da mit höheren Auflösungen eigentlich noch Platz (nach unten) in der Sidebar wäre. Könnte man nicht die gesamte Sidebar-Höhe für Travissimo nutzen anstatt die Höhe zu beschränken?

Discussion

  • Blomi

    Blomi - 2007-03-24

    Logged In: YES
    user_id=826685
    Originator: NO

    It may be possible, but I don't know how. You can have a try on you own. Search for travissimo.css on your hard disc (it's in the firefox preferences folder). Edit the line with
    #Bautabelle{
    height: 300px;
    overflow: auto;
    }
    Restart Firefox and look how it works.

     
  • Nobody/Anonymous

    Logged In: NO

    #Bautabelle{
    /*height: 300px;*/
    position: fixed;
    height: 70%;
    overflow: auto;
    }

    Marco Sousa

     
  • Nobody/Anonymous

    Ich kann die .css Datei nicht finden :-(
    Vermutlich bewirkt das selbe ifame auch, dass man ebenso hin und her scrollen muss, wenn die Bauliste zu lange wird, auch wenn man seitlich genug Platz hat. Man sollte also beide Probleme gleichzeitig beheben!

    blablubbb

     

Log in to post a comment.