Firefox scrolls right beyond html boundary
Hi,
I am having a problem with this site - Meenola
In firefox, the page seems to be larger than the html - you can always scroll of to the right - although the html ends at the original boundary of the viewable area.
This does not happen in Chrome,Opera,IE or Safari
Any ideas what FF is reacting to?
Thanks for the help
/Adam
Firefox not displaying image - Joomla
Hi there,
I customized the content module so the title of an article displays an image before the text and the text is displayed with two colors!!
The relevant part of the code is at follows:
<h2 class="title"> <?php if ($params->get('link_titles') && !empty($this->item->readmore_link)) : ?> <a href="<?php echo $this->item->readmore_link; ?>"> <div><span class="image-title"></span> <?php $titles = explode(" ",$this->item->title); for ($i=0; $i<count($titles)-1; $i++){
Horizontal Menu not working in Firefox for Windows - IE is ok... FF on Mac is fine, too....
The temporary URL is here:
http://dentone.net/clients/astound/
The main horizontal menu with the blue background seems to work ok in IE6 and newer on Windows and works fine on my Mac in Firefox 4. Firefox 3.5 and 4 on Windows display the menu vertically instead of horizontally. I have been trying to troubleshoot this issue for hours now and I think I just need some fresh eyes.
Thanks for your assistance!
Class not applying to multiple elements in Firefox
Hey, I'm creating a website for the first time since frames and tables went out of fashion, and am using CSS to style my html.
I am running into a funny browser compatibility problem that I haven't been able to find an answer to online:
In my style sheet, I made a psuedo-class to use on links that I wanted to look different from the others on the site:
a.s:link { font-size: .8em; }
I then apply it like this:
<a class="s" href="url.html">LINK</a>
Small gaps appear in between rows in Firefox...
But the page looks perfect in Chrome, Opera and Safari - the rest of the site's pages validate, too.
I imagine there's probably some small fix - I'm just not aware of it. Any advice would be greatly appreciated.
Thank you!