Links don"t work when switching to CSS
am 17.05.2007 15:47:21 von Don
Hi,
I redesigned a website and changed from table code to pure CSS. A a
result, something strange has occured. In IE and Opera, all is OK.
However, in Firefox and Netscape, some of my links no longer work.
For an example, go to: http://www.fivestarterminals.com/
Half way down is a "contact us" link. It is active using IE but
innactive using Firefox.
I am perplexed ???????????????
Thanks,
Don
Re: Links don"t work when switching to CSS
am 17.05.2007 16:57:38 von usenet
In article <1179409641.072957.151210@u30g2000hsc.googlegroups.com>,
Don@fivestarterminals.com wrote:
> For an example, go to: http://www.fivestarterminals.com/
>
> Half way down is a "contact us" link. It is active using IE but
> innactive using Firefox.
Seems to work fine here...
Re: Links don"t work when switching to CSS
am 17.05.2007 17:08:57 von Bernhard Sturm
don@fivestarterminals.com wrote:
>
> I am perplexed ???????????????
you have div covering half of your content:
#header_text (line 27)
{
position: absolute;
left: 270px;
top: 25px;
bottom: 0px;
right: 0px;
}
this is causing your troubles in firefox...
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply