Firefox compatibility issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rahulthathoo

    Firefox compatibility issues

    We are having some problem with out css- style on firefox. The same
    site displays fine in IE. But in Firefox, there are some hyperlinks
    which just dont appear as hyperlinks, rather appear as plan text. In
    our style.css file, we use float: left which causes some problems,
    without it the alignment goes off but the hyperlinks are there, but
    with it, the alignment is there but no hyperlinks, it appears a plain
    text.
    Can anyone help us out here.

    Thanks
    Rahul

  • Nik

    #2
    Re: Firefox compatibility issues

    rahulthathoo wrote:
    We are having some problem with out css- style on firefox. The same
    site displays fine in IE. But in Firefox, there are some hyperlinks
    which just dont appear as hyperlinks, rather appear as plan text. In
    our style.css file, we use float: left which causes some problems,
    without it the alignment goes off but the hyperlinks are there, but
    with it, the alignment is there but no hyperlinks, it appears a plain
    text.
    Can anyone help us out here.
    >
    Thanks
    Rahul
    >
    As per Bergamot's reply to yesterday's post in alt.html.critiq ue - you
    need to give a URL.

    If you can't, for whatever reason, no-one can really help other than to
    give the usual advice:

    1) make sure that your code validates - both CSS & html.
    2) Prepare a minimised test case, removing html elements and CSS rules
    one at a time until the minimum remains to demonstrate the problem.

    You should really do (1) and (2) before posting a URL here - it's
    amazing how many problems solve themselves that way.

    Please feel free to post an explanation / solution if you do find one,
    it will help the next person who looks in the group's archives for a
    solution to the same problem.

    Nik

    Comment

    Working...