473,396 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Wrong table place online on Firefox

Hello,

I use Dreamweaver 8.
I have inserted a table which is at the right place in Firefox, Opera and IE on local display.
But when I upload online the file, it is displayed correctly only in Opera and IE.

I use the following .class:
Dispay: table row
position: absolute
right: 350px
top: 1110 px.

Thank you in advance for your help,

Veronica
Oct 28 '07 #1
3 1650
drhowarddrfine
7,435 Expert 4TB
The first question is whether what you show for your css is exactly as it is in your stylesheet. If so, there should be a hyphen between table and row. Second, 'display: table-row' does not work in IE. And third, you need semi-colons at the end of each line or little of that will work.

Why it works locally but now online, I don't know except it's possible you are still referring to your local files in your markup; such as 'src="c:\mycss.css"'.

Always remember that in almost all cases, if it doesn't work in Firefox but it does in IE, then there is something wrong with the markup. Never use IE as a reference for how things should work. All versions of IE are nine years behind web standards.
Oct 28 '07 #2
Dear Howard,

Thank you for your reply.
Here is the exact code I use:
.tablepal {
display: inline;
position: absolute;
top: 1150px;
right: 350px;}.
Please, I cannot understand what you mean by:
your markup; such as 'src="c:\mycss.css"'.
My css styles are all in an external style sheet: global css.

Thank you in advance,

Veronica
Oct 28 '07 #3
drhowarddrfine
7,435 Expert 4TB
That is different than what you posted earlier. Showing the CSS is only half the picture and doesn't do much good without the html. The complete markup or, preferably, a link is better.

When people use Dreamweaver, then upload the files to their server, sometimes they forget to change the path to the source files. iow, if you are developing on a Windows computer, and your 'global.css' file is in c:\mywebsite\global.css', when you upload, the path to that css file will no longer be c:\mywebsite but whatever path is given to you on your host.

So if you view the source of your online page in your browser and look at the source of any images, CSS, links, etc., you might see something like:
src="c:\mywebsite\....." or possibly src="file"\\\:mywebsite/..........." both of which would be wrong.
Oct 28 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: uberderf | last post by:
I have the following web page setup: http://angels.uberderf.com/glossary.html I have a 2 column table layout which is a glossary of terms and their meanings. When you view this page in firefox...
2
by: The_Original_MB | last post by:
I have a task to create tables dynamically, using the javascript DOM. The current method uses a 1px x 1px IFRAME to loop through some data generation stuff, and then call JS functions in the parent...
10
by: Oliver | last post by:
Hi guys, i stumbled over another problem that i can't figure out. Firefox is showing me the table how i expected it and IE6.0 doesn't do me good. http://www.twistedeyes.com/temp/test/main2.html...
13
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available...
117
by: phil-news-nospam | last post by:
Is there really any advantage to using DIV elements with float style properies, vs. the old method of TABLE and TR and TD? I'm finding that by using DIV, it still involves the same number of...
6
by: sql_server_user | last post by:
I'm trying to copy all 440 million rows from one table in my SQL Server 2005 db to another table with a different clustering scheme. After a few test inserts that were successful (up to a million...
3
by: patrickkellogg | last post by:
I have this code when you click the buttom is suppose to add a job history. it works with firefox, opera, but not ie. (please note - new entries don't have all the elements in them yet, but...
2
by: firstexact | last post by:
Hi guys, First post, hope you can help, I have done two sites www.trisant.co.uk and my own www.firstexact.co.uk. The 2 x 2 grid I originally envisaged goes haywire in Firefox as I get a 4 high by...
7
by: Peter | last post by:
I have the following code in DonNetNuke application, I am trying to create a popup in every DataList Item, eveything is working with exception the popups do not line up with every DataItem. How do...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.