How to design a web-page compatiable to Mozilla Firefox?

Status
Not open for further replies.

NikhilVerma

Padawan
Can you guys answer my question?
And when i installed mozilla i didn't see any tabbed browsing feature mozilla just opened new windows for every page opened?

And it rendered many pages terribly wrong..
I am deeply dissappointed with mozilla but you guys say that it is great so clarify my doubts!i!i!i!
 

tuxfan

Technomancer
In Mozilla Firefox to see tabs, go to Tools > Options > Advanced and remove the tick mark next to Hide the tab bar when only one website is open This will show you the tab bar. Alternatively, right click on the link and select open link in new tab.

There is no special way of designing sites for Mozilla or any other browser. They all will display the same HTML pages. But because of some difference in interpretation of HTML, pages may be displayed somewhat differently. You have to check out your pages in different browsers to be sure how they appear in each of them. Also, follow the set standards of HTML and you will not have too much problem.
 

techno_funky

da' Ťurntable ruleth
yaa just stick to plain html use a good editor like Dreamweaver and that takes care about the compatibility

abt the mozilla
if you dont want to keep going to the file menu for a new tab
you can do this
view-> toolbars ->customize
there you will find a new tab button drag it onto the navigation bar
see ive did it to my bar
this is how it looks

*img70.imageshack.us/img70/9827/bar1.jpg

p.s you may not have the same icons as i have skinned
 

firewall

In the zone
try to stick to norms defined by W3C on HTML and CSS. This will give ur page a generalised look.

;)
 
OP
NikhilVerma

NikhilVerma

Padawan
i don't know anything abut tis w3c crap
I just desinged the page using frontpage and i don't know any html..

(DAMN I NEED TO CHANGE MY KEYBOARD)
 

techno_funky

da' Ťurntable ruleth
i remeber in some HTM editor there was this option where you could test the page you made and it would give the report as well
try googling for it
or was it a older version of dreamweaver
see about the probs
well the site in my Signature was first made in Frontpage
as i needed a free host i cudnt find frontpage supporting free ones(1yrback)
so i ported the whole website to dreamweaver
its works in any browser there i didnt get any prob's
 

cooljeba

The Photoshop Guy
nikhil did u use layers?? it happens some time when u use layers. I would recommed that you use tables properly on your site.
..:: peace ::..
Jeba
 

Ricky

Cyborg Agent
man.. it is problem with tables..

specify correct width and height .. ie as required.. dont' let it to be guessed by browser.. mozilla is strick one and can't do guessing..


I hope i have given u the hint.. more is to find out by urself.. ( again.. it is due to improper table measurements)

and use Ctrl+T to open new window in mozilla..

instead use firefox.. faster than mozilla but is actually mozilla type..
 

Deep

Version 2.0
hmm the problem isnt with the tables but it's with the position of the DIVs

hmm you can put everything in the tables instead of using DIVs

make table structure like this..
Code:
<table width="779" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2">
PUT TOP THING HERE (THE RIGHT STUFF)
</td>
</tr>

<tr>
<td>
Spiderman Image will come here
</td>

<td>
 <table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
  <tr>
  <td>
   Put menu code here...(Home Jokes thing and all)
  </td>
  </tr>
 </table>
</td>
</tr>

<tr>
<td colspan="2">
Put News thing here..
</td>
</tr>
</table>

that's it...
is it tough? lol

Deep
 

Deep

Version 2.0
NikhilVerma said:
By the way what's the difference between HTMl and XTML??

XHTML is way to perfect

it needs every opened tags to be closed, evrything should be in the quotes

for example

XHTML

<input type ="radio" checked="checked" />

HTML

<input type ="radio" checked>

I always prefer XTML..everything should be perfect :D

Deep
 
OP
NikhilVerma

NikhilVerma

Padawan
Hey guys ...
I've edited my site and this time i didn't use any tables.
Does tis site open in your browsers right?
Please tell me..

By the way Flash Files section has also been added please check it out..
 

Deep

Version 2.0
dude,
home page is 400KB...
real heavy site..

in left menu u havent given links to text i.e. Facts and others
link is given to left buttons only..it should be on text also

the links should be provided in site map also..

Deep
 

Deep

Version 2.0
NikhilVerma said:
You are DEEPLY mistaken ;)
my WHOLE SITE including the images is only 260KB!!!!

let the home page load fully with banners and all
then save the page from IE

it shall show the size..

or if ur using opera..
it will show the size in the status bar while downloading the page...

Deep
 

cooljeba

The Photoshop Guy
NikhilVerma said:
Hey guys ...
I've edited my site and this time i didn't use any tables.
Does tis site open in your browsers right?
Please tell me..

By the way Flash Files section has also been added please check it out..
It's opening cool on my firefox buddy.
Just visit my site don't you think we have the same taste :p . Were you inspired by my site???? I am upgrading my site then we can do the link exchange what do u say??
..:: peace ::..
Jeba
 
Status
Not open for further replies.
Top Bottom