Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have designed a web page and run it in internet explorer.Its working fine in that.
But if i am running it on firefox then its alignment is changed and looking different.What i'll have to do for that.
Thanks in advance.
Posted
Comments
tihcra 31-May-11 0:57am    
try to include ur entire page content into a div tag with and id
then using css float that div
singh7pankaj 31-May-11 1:00am    
what i'll have to use float right,left or center?
tihcra 31-May-11 1:02am    
center, i think, and set positioning to be absolute instead of relative
singh7pankaj 31-May-11 1:03am    
I have used <div style="float:center;"></div> but it didn't work
singh7pankaj 31-May-11 1:05am    
have used also this <div style="float:center;position:absolute;"></div> but it didn't work

1 solution

Based on your comments, filter is an IE-only feature. So you need to use alternate thing for other browsers.

What's the CSS Filter alternative for Firefox?[^]

Well, fortunately got a solution for you, take it.

CSS gradients for all web browsers, without using images[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900