Hallo zusammen,
habe ein Umfrage (Polls) Modul in meine Site eingebaut, leider Zeigt der Safari-Browser den Text zweizeilig an. Hat vielleicht einer eine Idee, warum der Safari-Browser den Text zweizeilig anzeigt?
Alle anderen Browser zeigen es korrekt an (IE 5.0, 5.5, 6.0, 7.0, FF, Opera)

Habe eine Box erstellt, hier der CSS-Code:
HTML-Code:
#Box3 {
	position: absolute;
	width: 246px;
	height: 140px;
	margin-left: 666px;
	background-color: #246;
}
/* MODUL POLL FORMATIERUNG */
.poll .button	{
	margin-top: 2px;
}
.poll	{
	margin-left: 0px;
	padding-top: 18px;
	padding-left: 4px;
	color: #CCC;
	font-size: 12px;
	font-style: bold;
}
* + html .poll	{
	margin-left: 4px;
	margin-top: 12px;
	padding-left: 4px;
	color: #CCC;
	font-size: 12px;
	font-style: bold;
}
.pollstableborder	{
	text-align: left; /* IE - Formatierung */
	font-style: italic;
}
Der Inhalt der Box sieht so aus:
-------
Opinion Poll
How are the Lectures
* Very Good
* Good
* Not so hot
Button Vote Button Results
-------
So sieht es in allen Browsern aus, im Safari leider so (hier nur die Überschrift und die Frage-Zeile)
-------
Opinion Poll
How are the
Lectures

also mit Zeilenumbruch. Wer weiß abhilfe?

Danke im voraus - VisionEffects