/    Sign up×
Community /Pin to ProfileBookmark

New to Firefox, having trouble…

hi everyone, nice to meet ya all ?

i’ve just downloaded the Mozilla Firefox browser, and of course, my old web pages (which used to work just fine on MSIE6) look all messed up. Since it would be silly to post every time i found i new problem, i’d like to know if there are any reference pages on HTML code differences between MSIE and Firefox… specially with all the properties like “marginwidth” and stuff (right now, i want to know how to remove the status bar when opening a new window… status=”no” won’t seem to work ? )

sorry if i’m being rash :p (being new to a forum is always ankward…)

Luis

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@FangApr 04.2005 — There are layout and JavaScript problems.

To solve some layout problems run your page through the [URL=http://validator.w3.org/]html validator[/URL] and your css through the [URL=http://jigsaw.w3.org/css-validator/]css validator[/URL]. There are no easy solutions.

JavaScript; if you are only using [I]document.all[/I] and not [I]document.getElementById()[/I] at all then we will have to guide you through the process.

If we could see your page we could be more helpful.
Copy linkTweet thisAlerts:
@stratomailerauthorApr 04.2005 — 
<html>

<head>

<script language="JavaScript">

<!--

function openVentana()

{

imgWin= open("frames.html", "Frames", config="width=750, height=550, status=no, maximize=no, resizable=no, toolbar=no, menubar=no");

}

-->

</script>

</head>

<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 bgcolor="black">

<a href="" onClick="openVentana()">HOLAAAAAAA!!!!!!!</a>

</body></html>
[/quote]


Basically, i'm just creating a function that opens a new window (and specifies all the properties like 'resizable=no' and the such) and I address that function from the link (onClick=...).

I think i might've post this on the wrong forum ...
Copy linkTweet thisAlerts:
@David_HarrisonApr 04.2005 — It might be because of this:

[upl-file uuid=adcbd429-83fe-4ba7-8c68-92e44881af66 size=13kB]statusbar.png[/upl-file]
×

Success!

Help @stratomailer spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...