Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Mozilla Firefox view problem
Old 12-19-2006, 01:25 AM Mozilla Firefox view problem
Junior Talker

Posts: 2
Name: Da Tommo!
Trades: 0
Hey, my page www.amillionwordsonbullying.com shows up perfectly in IE, but when viewed under mozilla firefox doesnt work. i have put up a temporary redirect for those browsers but for a example vist http://www.amillionwordsonbullying.com/example.html

Cheers
Da Tommo!
woody2371 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-19-2006, 08:39 AM Re: Mozilla Firefox view problem
Novice Talker

Posts: 11
Name: Matthew Cooper
Location: Cambridge
Trades: 0
After a quick look at your page, the main area causing your trouble is the CSS class 'navigationside' which is attached to your table and not the links. The code below is a quick hack not a full solution to get it to display in both FireFox 2 and IE7.

Check this site for good CSS examples/menus and other useful scripts: http://cssplay.co.uk/

If you alter your code in your example.html page from:

Code:
  <table width="800" border="0" cellspacing="0" cellpadding="0">
    <tr bgcolor="#0033FF">
      <td width="50" height="35" class="navigationuptop"><a href="index.html"class="navigationuptop">Home</a></td>
      <td width="50" height="24" class="navigationuptop"><a href="How it works.html"class="navigationuptop">How it Works </a></td>
      <td width="50" height="24" class="navigationuptop"><a href="How to get in on the action.html"class="navigationuptop">How to get in on the action </a></td>
      <td width="50" height="24" class="navigationuptop"><a href="FAQ.html"class="navigationuptop">FAQ</a></td>
      <td width="50" height="24" class="navigationuptop"><a href="About.html"class="navigationuptop">About</a></td>
      <td width="50" height="24" class="navigationuptop"><a href="contact.html"class="navigationuptop">Contact</a></td>
      <td width="50" height="24" class="navigationuptop"><a href="Progress Report Blog.html"class="navigationuptop">Progress Report/Blog </a></td>
    </tr></table>
To this:

Code:
  <table border="0" cellpadding="0" cellspacing="0" width="800">
    <tbody><tr bgcolor="#D4FF00">
      <td class="" height="35" width="85"><a href="http://www.amillionwordsonbullying.com/index.html" class="navigationuptop">Home</a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/How%20it%20works.html" class="navigationuptop">How it Works </a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/How%20to%20get%20in%20on%20the%20action.html" class="navigationuptop">How to get in on the action </a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/FAQ.html" class="navigationuptop">FAQ</a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/About.html" class="navigationuptop">About</a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/contact.html" class="navigationuptop">Contact</a></td>
      <td class="" height="24" width="85"><a href="http://www.amillionwordsonbullying.com/Progress%20Report%20Blog.html" class="navigationuptop">Progress Report/Blog </a></td>
    </tr>
  </tbody></table>
And alter part of your CSS file:

Code:
.navigationside{
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    display: block; 
    color: #000000;
    text-decoration: none;
    background-color: #D4FF00;
}

.navigationside:hover{
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #94006A;
    text-decoration: underline;
    display: block;
    background-color: #D4FF00;
}
Hope this is of some help.
__________________
Simple By Design
Cheap, Reliable
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE
. Free Web Hosting Available.

Please login or register to view this content. Registration is FREE
.
SimpleByDesign is offline
Reply With Quote
View Public Profile Visit SimpleByDesign's homepage!
 
Old 12-20-2006, 11:52 PM Re: Mozilla Firefox view problem
Junior Talker

Posts: 2
Name: Da Tommo!
Trades: 0
Thanks heaps for the help, we are now working on putting up a complete firefox site based on the coding you gave us.

Thanks again
Da Tommo!
woody2371 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Mozilla Firefox view problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20512 seconds with 12 queries