|
Posted by Jonathan N. Little on 02/15/07 00:28
ilan wrote:
> Hi All,
>
> I have created a site, using a combination of a CMS and also a
> altering the code myself to clean up a few things. I have been doing
> this on two different computers, one with IE6 and one with IE7. The
> display works well on both browsers.
>
> The website is: www.ilandesign.com.au
>
> However, I just did a test on Mozilla, and can see that the display is
> really bad... It mainly relates to the membership image going off the
> page (I made its positioning absolute so I could have it spanning
> across a number of columns), and the images down the bottom, which
> don't all display next to each other, but some on top and some next
> to.
>
> I would appreciate it if anyone could provide guidance on how to keep
> it looking the same for windows, but make it also compatible for
> firefox...
It is chock full of errors to start. Just a couple I noticed looking
quickly art the source
LINK and SCRIPT elements *between* HEAD and BODY. FORM element *between*
TABLE and TR ...
Mozilla will not make heroic efforts to fix your tag soup. Fix your
markup errors first then see if you still have a proble,
BTW: the stylesheet is over-the-top on over-managed Need to streamline a
bit!
....
..TopMenuItemOne:Visited:Hover{height:25;border-style:0px solid
#FF9900;font:Bold 13px
Verdana;color:#00C0F3;cursor:pointer;cursor:hand;padding:1px;text-decoration:none;}
..TopMenuItemOneOver{height:25;border:0px solid
#FF9900;font-family:Verdana;color:#00C0F3;cursor:pointer;cursor:hand;padding:1px;font-size:13px;font-weight:Bold;text-decoration:none;}
..TopMenuItemOneClicked{height:25;border:0px solid #FF9900;font:Bold 13px
Verdana;color:#ffffff;cursor:pointer;cursor:hand;padding:1px;text-decoration:none;}
..TopMenuItemOneClicked:Visited{height:25;border:0px solid
#FF9900;font:Bold 13px
Verdana;color:#ffffff;cursor:pointer;cursor:hand;padding:1px;text-decoration:none;}
..TopMenuItemOneClicked:Hover{height:25;border:0px solid
#FF9900;font:Bold 13px
Verdana;color:#00C0F3;cursor:pointer;cursor:hand;padding:1px;text-decoration:none;}
..TopMenuItemOneClicked:Visited:Hover{height:25;border:0px solid
#FF9900;font:Bold 13px
Verdana;color:#00C0F3;cursor:pointer;cursor:hand;padding:1px;text-decoration:none;}
..TopMenuItemTwo{height:0;border:0px solid #FF9900;font:Normal 11px
Verdana;color:#ffffff;cursor:pointer;cursor:hand;padding:0px;text-align:left;text-decoration:none;}
..TopMenuItemTwo:Visited{height:0;border:0px solid #FF9900;font:Normal
11px
Verdana;color:#ffffff;cursor:pointer;cursor:hand;padding:0px;text-align:left;text-decoration:none;}
....
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|