Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Sedo.com

Wanted: Service Need a css expert to fix a problem, fast!

Status
Not open for further replies.

dataguy

Level 4
Legacy Platinum Member
Joined
Apr 22, 2004
Messages
232
Reaction score
0
You like a challenge?

The first person who sends me the fix to make the top nav bar at www.ProBlogs.com display in FireFox the same as it does in IE by midnight Eastern time September 2007, I'll send $35 to via PayPal.

Thanks!
 

tomsa

DNF Member
Legacy Exclusive Member
Joined
Mar 30, 2006
Messages
398
Reaction score
6
Code:
#topmenu {
	margin: 0 0 0 234px;
	position: absolute;
	top: 110px;
	left: 0;


}

should do it, i didn't try on IE ;)
 

dataguy

Level 4
Legacy Platinum Member
Joined
Apr 22, 2004
Messages
232
Reaction score
0
Code:
#topmenu {
	margin: 0 0 0 234px;
	position: absolute;
	top: 110px;
	left: 0;


}

should do it, i didn't try on IE ;)

top: 110px; is perfect in IE, top: 95px; is perfect in FF.

By changing the margin 5px it is one third the way perfect in FF and and two thirds perfect in IE, but not really perfect in either one... sorry!
 

andrejc

Level 5
Legacy Platinum Member
Joined
Apr 15, 2006
Messages
384
Reaction score
0
Did you think about recognizing users web browser through PHP and then using proper .css file? It's sometimes impossible to make site appear properly in all browsers..
 

dataguy

Level 4
Legacy Platinum Member
Joined
Apr 22, 2004
Messages
232
Reaction score
0

wistow

Wistow.net
Legacy Platinum Member
Joined
Jun 3, 2004
Messages
902
Reaction score
0
What version of IE are you using? I'm using 6 and I swear it's perfect! lol
 

cursal

MomsDigest.com For Sale!
Legacy Exclusive Member
Joined
Aug 27, 2003
Messages
1,594
Reaction score
2
The only true way for them to look the same in both browsers is by way of a css hack.

You have to copy and save a version of your current style sheet with a different name like iehacks.css

Then in the <head> element of all pages add the following code:

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iehacks.css" />
<![endif]-->

Now make the adjustments to the new style sheet so they are consistent with the FF version.

WHA-LA they are now the same in the different browsers.
-------
This is the method I employ when I design sites for my clients.
All coders wish that MS would get their act together and start following the W3C rules.
Not that I'm counting on IE to ever really be compliant.

Here is link for further investigation: Clicky

Good luck :)
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

MariaBuy

New Threads

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom