| Author |
web site is compatible with Chrome but not with other browser
|
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
|
what should i do to make it compatible . Please tell me some sites from where i can learn this process.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
It is impossible to answer your question. We do not know what your code looks like.
Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
What's "not working"? What other browsers? If it it works in Chrome, it's also likely to work in Firefox and Safari.
You need to address each problem, and should also be incrementally testing in all browsers as you go along.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
i used float property to adjust position of two tables one is to right and other to left but not getting this is IE BROWSER
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8208
|
|
Omkar G. Deshmukh wrote:i used float property to adjust position of two tables one is to right and other to left
And what does the actual code look like? And what exactly isn't working in IE browser? What's it rendering?
|
[My Blog] [JavaRanch Journal]
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
|
i have one link in page to which i have given white color. but IE browser dont show this white color.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
|
As Jaikiran noted, you are going to need to show some code to get help. The first step is to make a small example that illustrates the problem. Can you make an HTML that uses just that feature (or just a few features) and post the HTML/CSS here?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
home.html--
MyNewCss1.css---
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
So, what's the problem? Exactly.
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
|
in IE i am not getting white color to 'About Us' link name.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Why are you using both deprecated font tags and CSS? Choose one or other other. (And don't choose font tags.)
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
|
actually sir i got the solution i just replaced that #FFF with "white ". now IE showing white color to the About Us link. Thanks all of you for sharing Your knowledge with me.
|
 |
Omkar G. Deshmukh
Greenhorn
Joined: Sep 21, 2012
Posts: 28
|
|
|
i used font tag to give different color to diff links . can it be possible with css. i tried but not got thats why i used font tag.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Yes, you can do it with CSS. You should not be using deprecated tags like <font>.
|
 |
 |
|
|
subject: web site is compatible with Chrome but not with other browser
|
|
|