Hallo,
ich möchte gern das der mittige DIV eine Autobreite hat, sich also anpasst. Geht das überhaupt?
#links{position:relative;width:200px;background:orange;float:left}
#inhalt{position:relative;width:100%;background:rot;float:left}
#rechts{position:relative;width:200px;background:orange;float:left}
Aktuell schiebt das mittige DIV das rechte runter...
Danke schonmal,
Micha Ritter