SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-28-2005, 05:58 PM
jlknauff's Avatar
jlknauff jlknauff is offline
SEO GUY Moderator
 
Join Date: May 2004
Location: In perpetual style
Posts: 3,305 jlknauff is on a distinguished road
CSS wizards take a stab at this

http://www.linktradeforum.com/ETJ/test.htm

In IE it's fine but in FF the back div is about 2 pixels too wide. How can I fix this?
__________________
Business Forum

Marketing Tips
Reply With Quote
  #2  
Old 03-28-2005, 07:28 PM
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline
SEO
 
Join Date: Apr 2004
Posts: 297 dazzlindonna is on a distinguished road
Did you try changing the width of the .body style from 784 to 782 or 781?
__________________
SEO News

In case you were interested, you can see the definition of v7ndotcom elursrebmem here.
Reply With Quote
  #3  
Old 03-28-2005, 09:39 PM
Mano70's Avatar
Mano70 Mano70 is offline
SEO
 
Join Date: Feb 2005
Location: C:\Norway
Posts: 122 Mano70 will become famous soon enough
Your background image is 780 pixels wide, and .body is 784 pixels wide, which means that FF is showing your design correctly (but not as you wan't). What happens if you use the same width?
Reply With Quote
  #4  
Old 05-02-2005, 10:13 AM
harley harley is offline
SEO Junior
 
Join Date: Jan 2005
Posts: 24 harley is on a distinguished road
You can use a CSS trick called the broken box model hack, which basically consists of using valid CSS code, followed by invalid CSS code. The valid code will set the widths/heights for all browsers, and then compliant browsers like Firefox will skip the invalid code, while browsers that accept invalid code (like IE) will read it, reseting the widths/heights for IE users.

Code:
/* all browsers read this valid code */
ul#mylist li{
	text-decoration: none;
	display: block;
	width: 110px;
	padding: 3px;
	color: #333333;
	font: bold 12px/1.5 verdana, arial, san-serif;
	padding-left: 2px;
}

/* compliant browsers ignore this invalid code, IE reads it */

* ul#mylist li {
	text-decoration: none;
	display: block;
	width: 110px; /*for ie5.x win */
	w\idth: 110px; /*for ie6*/
	padding: 3px;
	color: #333333;
	font: bold 12px/1.5 verdana, arial, san-serif;
}
Reply With Quote
  #5  
Old 05-02-2005, 10:46 AM
jlknauff's Avatar
jlknauff jlknauff is offline
SEO GUY Moderator
 
Join Date: May 2004
Location: In perpetual style
Posts: 3,305 jlknauff is on a distinguished road
Awsome-I'll try this one tonight
__________________
Business Forum

Marketing Tips
Reply With Quote
  #6  
Old 08-14-2005, 04:20 PM
toptemp toptemp is offline
SEO Junior and a half
 
Join Date: Nov 2004
Posts: 35 toptemp is on a distinguished road
Wow, I guess I would probably opt for more CSS if I knew a little more about it. I mostly get stuck when it comes to compatability.
__________________
Visit Lake Geneva Wisconsin for the vacation experience of a life-time.
Reply With Quote
  #7  
Old 08-14-2005, 04:27 PM
dilligaf's Avatar
dilligaf dilligaf is offline
SEO GUY Moderator
 
Join Date: May 2004
Location: Tampa Bay
Posts: 2,847 dilligaf has a spectacular aura aboutdilligaf has a spectacular aura about
Is this three months old? Why not start a new thread?
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 03:24 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.