English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a html file I'm working on.
The website is creativescreenstudios.com
I want the paypal button to float on the right. On my local version of the file, it does float on the right, but once I uploaded the file, the button displays floated to the left.

Why would the same file be displayed differently between the local version and the online version??

-it does this in both Firefox and Internet Explorer

2007-12-09 13:27:54 · 3 answers · asked by -__ 3 in Computers & Internet Programming & Design

I've checked over the first 2 answers. To my disappointment, you were both wrong. This has stumped everyone I have asked and I don't know where else to turn.

2007-12-09 13:52:37 · update #1

3 answers

Just a guess but did the "maincss.css" file get uploaded correctly? The style sheet has to get transferred as well as the html.

It appears that you are setting position with css so if the class doesn't upload it will not show correctly.
Sorry yes it is uploaded its just incorrect!

".fixed {position:fixed; _position:absolute; top:15; _top:expression(eval(document.body.scrollTop)); right:30;}"

since the class of the paypal form button is

the css will place it 15px from the top and 30 to the right..
if you want this on the right side of the page you need to use
"float:right;" in the fixed position statement in the css file

Or you need the "float:left" division tags, like on the other page that works correctly. One of the division needs to be placed either left or right.

Edit:
Ok so what did you fix to get it correct? It now shows right!


.

2007-12-09 13:44:53 · answer #1 · answered by Tracy L 7 · 0 0

I would say it's due to the paypal code, seems the form class is "fixed" and there are attributes that can be changed in the displays "value"... but that's just from looking at the code..

good luck

2007-12-09 13:39:19 · answer #2 · answered by Delfin 4 · 0 0

your code is optimal, attempt perfect clicking the rfile and selecting open with IE. additionally you have gotten saved it as a txt document as that's the default. be confident to choose all data while saving. are additionally you applying notice/word pad? by way of fact different word processors mutually with microsoft word will upload code

2016-11-15 02:20:51 · answer #3 · answered by ? 4 · 0 0

fedest.com, questions and answers