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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
how suited a website to mozilla firefox?
Old 09-11-2007, 05:02 AM how suited a website to mozilla firefox?
Junior Talker

Posts: 2
Name: AVIRON
Trades: 0
I'm doing a maintenance work on a website
and have problem when i try to view the website
on mozilla firefox .
like
http://www.coarch.co.il/raw/index.html
a. The "link" table moves to the top.
b. The flash element got biger.
c. The top menu is different from IE.
d. The text move up and pages have border problem.
what can i do?
How should i fix it?
thanks Aviron
aviron78 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-11-2007, 03:03 PM Re: how suited a website to mozilla firefox?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You copied something that was EMAILED to you ?? It's only going be properly formatted for email. You're going to have to adjust the CSS and layout for a web browser.

In addition, the site has numerous validation errors and you should not use the <embed> to put in the flash (see stickies at the top of this forum for a solution).
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-12-2007, 12:02 AM Re: how suited a website to mozilla firefox?
brandrocker's Avatar
Experienced Talker

Posts: 30
Name: CONFIDENTIAL
Location: India
Trades: 0
First of all validate your pages. Then tweak with CSS layout.

Do not forget 'compromise' is the best tool in web designing.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
brandrocker is offline
Reply With Quote
View Public Profile Visit brandrocker's homepage!
 
Old 09-13-2007, 09:04 PM Re: how suited a website to mozilla firefox?
Super Talker

Posts: 103
Name: Ewan T.
Location: Toronto
Trades: 0
I always tried to fix my site for Firefox too but I don't bother anymore. I'm thinking about blocking firefox users from my site because FireFox has ad blocking which is blocking my ads which is considered theft since thats the only condition I offer free content under.

Last edited by Ewan; 09-13-2007 at 09:06 PM..
Ewan is offline
Reply With Quote
View Public Profile Visit Ewan's homepage!
 
Old 09-13-2007, 11:21 PM Re: how suited a website to mozilla firefox?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I use Firefox for that reason. BTW, Google Toolbar for IE will probably do the same thing.

BTW, it's not theft to not view something by choice.
joder is offline
Reply With Quote
View Public Profile
 
Old 09-14-2007, 03:10 PM Re: how suited a website to mozilla firefox?
Super Talker

Posts: 103
Name: Ewan T.
Location: Toronto
Trades: 0
You dont call it theft? I pay to keep site running and get nothing in return because you are blocking the ads. That is theft. The content is not free.
Ewan is offline
Reply With Quote
View Public Profile Visit Ewan's homepage!
 
Old 09-14-2007, 03:14 PM Re: how suited a website to mozilla firefox?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Then create a login system. Don't make something PUBLICLY accessible and then call it theft.

If you think it's theft, you need to report it to the authorities. Maybe you think it is theft when people go to the restroom during TV commercials?

EDIT:
You still have more to contend with than Firefox. Google Toolbar and other ad blockers. I've used the internet for 9 years and have never clicked on an annoying unwanted pop-up ad.

Last edited by joder; 09-14-2007 at 03:18 PM..
joder is offline
Reply With Quote
View Public Profile
 
Old 09-14-2007, 03:23 PM Re: how suited a website to mozilla firefox?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
You dont call it theft? I pay to keep site running and get nothing in return because you are blocking the ads
No, it's NOT THEFT, that's ridiculous. Just like I have a choice NOT to watch something on TV, I also have the CHOICE not to be bombarded by unwanted ads. Theft is when you steal something someone else has, since you only get revenue when someone chooses to view or click on your ads, then they're not TAKING anything from you, you haven't been paid yet. Now, if I stole your wallet or raided your bank account AFTER you'd been paid, THAT would be theft.

Get over it, lots of us don't want to see your ads. If you want to make money, get a job.. or 2 or 3.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-14-2007, 05:31 PM Re: how suited a website to mozilla firefox?
Super Talker

Posts: 103
Name: Ewan T.
Location: Toronto
Trades: 0
Quote:
Originally Posted by LadynRed View Post
No, it's NOT THEFT, that's ridiculous. Just like I have a choice NOT to watch something on TV, I also have the CHOICE not to be bombarded by unwanted ads. Theft is when you steal something someone else has, since you only get revenue when someone chooses to view or click on your ads, then they're not TAKING anything from you, you haven't been paid yet. Now, if I stole your wallet or raided your bank account AFTER you'd been paid, THAT would be theft.

Get over it, lots of us don't want to see your ads. If you want to make money, get a job.. or 2 or 3.
I understand but if everyone used Firefox this site wouldn't be here anymore cuz everyone would block the ads.
Ewan is offline
Reply With Quote
View Public Profile Visit Ewan's homepage!
 
Old 09-17-2007, 10:01 AM Re: how suited a website to mozilla firefox?
Junior Talker

Posts: 2
Name: AVIRON
Trades: 0
I did as you say and fix my html code in W3C.
now I have problem with css...
what is wrong with this css code
Code:
font: bold 14px ;
color: #000;

Code:
font: bold 14px #000;

Code:
color: black;
font-style: Arial;
font-size: 20;
aviron78 is offline
Reply With Quote
View Public Profile
 
Old 09-17-2007, 11:50 AM Re: how suited a website to mozilla firefox?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Your last section of code would work if you had a qualifier for 20 such as px.

Here is a tool to try this out
http://www.w3schools.com/css/tryit.a...me=trycss_font

In your code, using bold with font doesn't work in Firefox. Here is how I do it

HTML Code:
.myfont {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
HTML Code:
<p class="myfont">Text</p>
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how suited a website to mozilla firefox?
 

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 1.19631 seconds with 12 queries