showbizvet
Power Member
- Oct 1, 2008
- 799
- 266
I have a website that needs a very simple CSS fix, if you know what you are doing, it should not take more than 10 minutes. Payment $15 via paypal on completion. If... once you look you cannot do the job for $15, just tell me and we will BOTH be off the hook.
Here is problem.
I am using ultimate footer ad, (ad slides in from bottom when page loads). When I have this html in the head
<HTML>
<HEAD>
The page looks and works fine in Firefox, but does not work in IE. For the footer ad to work in IE, I must have this in the header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
When I add that, the layout of the page breaks. I am not an expert is CSS, but am using this currently..
<td style="padding:45px 5px 5px 10px">
to make the signup box align properly.
Again, all is well until I add
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
So I need the CSS fixed so the page looks correct with the above in the header and works correctly in both FF and IE.
I do have a page online that I can show privately that shows the correct layout in both FF and IE, but without the necessary..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
at the top. This needs to be done ASAP, don't bid if you can't fix it tonight. Thank you.
Here is problem.
I am using ultimate footer ad, (ad slides in from bottom when page loads). When I have this html in the head
<HTML>
<HEAD>
The page looks and works fine in Firefox, but does not work in IE. For the footer ad to work in IE, I must have this in the header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
When I add that, the layout of the page breaks. I am not an expert is CSS, but am using this currently..
<td style="padding:45px 5px 5px 10px">
to make the signup box align properly.
Again, all is well until I add
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
So I need the CSS fixed so the page looks correct with the above in the header and works correctly in both FF and IE.
I do have a page online that I can show privately that shows the correct layout in both FF and IE, but without the necessary..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
at the top. This needs to be done ASAP, don't bid if you can't fix it tonight. Thank you.