Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Space in anchor tag forces new line in Opera 1

Status
Not open for further replies.

ChrisRChamberlain

Programmer
Mar 23, 2000
3,392
GB
Hi all

Have problem with Opera forcing second word onto a new line if there is a space in anchor tag text in an IFRAME.

CSS is
Code:
.menu_option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 15px;
	color: #000000;	
}
Anchor tag is
Code:
<a href="[URL unfurl="true"]http://www.adobe.com/products/acrobat/readstep2.html"[/URL] target="_blank" class="menu_option" title="Download Adobe Reader&reg;" style="top:189px;" onMouseover="window.status='Download Adobe Reader&reg;'; return true" onMouseout="window.status=''; return true">Adobe Reader</a>
IE, Firefox and Netscape render correctly - effect can be seen by going to either link in signature block and looking on left side of screen.

TIA

FAQ184-2483 - answering getting answered.​
Chris [pc2]
PDFcommander[sup]tm[/sup].net
PDFcommander[sup]tm[/sup].com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top