macromedia.dynamic.html
[Top] [All Lists]

Re: Creating a hyperlink on an image ruins my whole layout!?

Subject: Re: Creating a hyperlink on an image ruins my whole layout!?
From: "CaryD" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 00:28:45 +0000 (UTC)
Newsgroups: macromedia.dynamic.html

[q][i]Originally posted by: [b][b]Newsgroup User[/b][/b][/i]
 It would be much better to use this -

 a img { border:none; }

 since your suggested rule would apply to every image on the page![/q]

 Yep, it was total guess based on what appeared to be a table layout made up of 
assembled pictures. Such a page would require

 img {display: block;}

 in order to render correctly in Firefox, and the lack of code prevented a more 
specific selector.


<Prev in Thread] Current Thread [Next in Thread>