On 6 June 2011 21:20, Rodrigo Ruiz <[email protected]> wrote: > Hi, I'd just made a website for my mother (dermatologist), and on Safari it > works just fine, but if I use Firefox or IE the navigation bar (horizontal) > I made makes the last link goes below the first link, and not all the links > in a straight line as it does in safari. > If anyone can help me I appreciate it.
Whenever you have a web page behaving differently in different browsers the first thing to do is to check the html for validity using the w3c html validator. If it is a public site then give the validator the link, otherwise view the source in the browser and copy the complete page source and paste it into the validator. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

