PDA

View Full Version : Need to hire someone to fix CSS - ASAP


2chicks
12-08-07, 12:35 AM
I need to hire someone to adjust my CSS individually for IE and FF for a current re-design project or create some fix.

I cannot get the bottom of the site page to display the same in both browsers and need a solution.

Here is the link to the working template...if you look in IE and FF you will see that the green left nav bar (at the bottom) is a different height in each one, causing the bottom line of the whole site to be different across teh bottom all the way across.

http://www.elementalnutrition.com/site/indexe.html

Bruce - PhosphorMedia
12-08-07, 02:01 AM
you could try using:

<!--[if IE]><style type="text/css">@import "/ie-style-sheet.css";</style><![endif]-->

to call a specific CSS file for IE...

aarcmedia
12-08-07, 03:48 AM
In order to get CSS right for both FF and IE just takes a bit of playing around.

The problem is that FF and IE display cell padding very differently.

With the type of problem you're having, it will be hard to get those to match up completely, but it can be done.

This most definately is not a problem someone will be able to help you solve via the forum though. You'll likely have to hire this out. To make it worse, most developers don't like playing with other people's code depending on how well it was written to begin with.

2chicks
12-08-07, 04:15 AM
As headlined, i would be willing to hire this out...i just need the help, as my deadlines are mounting and i don't have the time to mess with it the way it needs to be.

Any takers out there?

Leanne
12-08-07, 05:57 AM
Try removing the height: 100% style references from the tables and divs. That seemed to fix it for me for displaying it the same way in both IE and FF.