/    Sign up×
Community /Pin to ProfileBookmark

javascript problem with firefox ( aligns right )

my top banner is aligning right only in firefox

[url]http://www.studio7designs.com/[/url]

I used this java code [url]http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm[/url]

can someone help me out? It works in Opera and IE perfectly

thanks SO much !

to post a comment
JavaScript

5 Comments(s)

Copy linkTweet thisAlerts:
@CrazyMerlinFeb 01.2006 — in your styling for one of the divs you have "top: 0pt; left: 0pt;" change to "top: 0px; left: 0px;"

pt is associated with fonts not positions

see what happens, it may be that simple
Copy linkTweet thisAlerts:
@bathurst_guyFeb 01.2006 — actually you should just say top:0; left:0; and not specify a value at all, this will make sure it is exactly on the far top left position
Copy linkTweet thisAlerts:
@KorFeb 01.2006 — actually you should just say top:0; left:0; and not specify a value at all, this will make sure it is exactly on the far top left position[/QUOTE]
The example is correct, but could create confusion in nauticalsland's code... The CSS unit identifier is always required (e.g., [b]px, em, ex[/b], etc.)... [I]except[/I] the case of 0 value, when the unit identifier is optional.
Copy linkTweet thisAlerts:
@nauticalslandauthorFeb 02.2006 — man I am so lost, I cant find that div any where, can someone highlight it for me, I just started learning code a few days ago


thanks SO much!
Copy linkTweet thisAlerts:
@CrazyMerlinFeb 02.2006 — [CODE]
<div id="master0" style="overflow: hidden; position: relative; width: 760px; height: 175px;"><div id="canvas0_0" style="position: absolute; width: 760px; height: 175px; [COLOR=Red]top: 0pt; left: 0pt;[/COLOR] opacity: 0.990099; background-color: white; z-index: 1;"><a href="http://www.studio7designs.com/gallery/gallery.html" target=""><img src="http://www.studio7designs.com/images/photo2.jpg" border="0"></a></div><div id="canvas0_1" style="position: absolute; width: 760px; height: 175px; top: 0pt; left: 0pt; opacity: 10; background-color: white;"><a href="http://www.studio7designs.com/gallery/gallery.html" target=""><img src="http://www.studio7designs.com/images/photo1.jpg" border="0"></a></div></div>
[/CODE]
×

Success!

Help @nauticalsland 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.18,
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,
)...