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: "Murray *ACE*" <forums@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2008 07:52:17 -0400
Newsgroups: macromedia.dynamic.html


Such a generic rule could well destroy a page's layout. Getting rid of borders around image links should be done with a scalpel, not a machete.... 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"CaryD" <webforumsuser@xxxxxxxxxxxxxx> wrote in message news:g68ibt$ljq$1@xxxxxxxxxxxxxxxxxxxxxxxx
[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>