Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 09-02-2007, 12:46 PM Footer
Skilled Talker

Posts: 89
Trades: 0
So I have this template, but the copyright in the footer is different in IE then FF. I tried using a hack but it doesn't work. Could someone help please.

http://i93.photobucket.com/albums/l7...ssssssss-1.jpg Thats in FF

http://i93.photobucket.com/albums/l7...ssssssssss.jpg
Thats in IE

The code I used to try and fix it is this.. (Keep in mind copy is the footer P)

Code:
.copy {
  
  /*This is the code that IE can see, but the other browsers overide*/ 
  color: #b0cfe1; 
  margin: 4px;
  padding-top: -5px;

}

html>body .copy {
       
       color: #b0cfe1; 
       text-align: center;
       margin: 4px;         /*Display table-cellThis is the code that IE can not see and FF and other browsers can see*/
       padding-top: 6px;
}
Bouzy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-02-2007, 02:39 PM Re: Footer
Experienced Talker

Posts: 49
Trades: 0
i don't really understand why you need a hack for something like that. You can just set the bg with the div then just type that text.

CSS
Code:
#footer
{
background: url(image.gif) repeat-x;
height:whatever height;
}
HTML
HTML Code:
<div id="footer" align="center"> Copyright text </div>
__________________
Time to upgrade your website! Visit us at:
Please login or register to view this content. Registration is FREE
.
- Professionals Designs with Details
Cyrus is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 03:54 PM Re: Footer
Skilled Talker

Posts: 89
Trades: 0
If you look at the images they are fine horizontally just not vertically. I already have them lined up horizontally correctly like you just posted.
Bouzy is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 03:57 PM Re: Footer
Experienced Talker

Posts: 49
Trades: 0
ya i know, but the thing is when you make it like i told you it will display the same in all browsers. And you don't even need a background image, in that design just the height and the width with that color.
__________________
Time to upgrade your website! Visit us at:
Please login or register to view this content. Registration is FREE
.
- Professionals Designs with Details
Cyrus is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 05:19 PM Re: Footer
Skilled Talker

Posts: 89
Trades: 0
Closed
Bouzy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Footer
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25671 seconds with 12 queries