Mel: CSS- unterschiedliche Darstellung bei IE und Opera

Beitrag lesen

Hallo,

ich habe schon wieder ein seltsames Problem mit CSS.

Mein Quellcode für die css-Datei sieht so aus:

#button_event_pos
{ text-align: center; position: relative; z-index: 0; top: -31px; right: 0; left: 80px }

#button_promotion_pos
{ text-align: center; position: relative; z-index: 0; top: -66px; right: 0; bottom: 0; left: 256px }

#news_pos
{ text-align: center; position: relative; z-index: 1; top: 0; right: 0; bottom: 0; left: 0 }

#nwt_bild_start
{ text-align: center; margin-top: 80px; position: relative; z-index: 0; top: 0; right: 0; bottom: 0; left: 0 }

Im Internet Explorer wird das alles wunderbar dargestellt. Mein Opera Browser jedoch positioniert 2 Buttons abweichend (ca. um 2px).

Hattet ihr schon mal ähnliche Probleme???
Ich weiss nciht wie ich das lösen könnte.
IE-Version: 6.0
Opera: 7.23

Danke für Eure Hilfe