Help with Width in Firefox....

This is a discussion on "Help with Width in Firefox...." within the Web Page Design section. This forum, and the thread "Help with Width in Firefox.... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 25th, 2005, 07:10
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Help with Width in Firefox....

Ok, in Internet Explorer this works fine, but I need it to work in Firefox too. Here is the code:

Code: Select all
a.button {	
font-weight: bold;	
font-size: 12px;	
font-family: Verdana;	
padding: 4px;	
border-top: 1px solid white;	
border-right: 1px solid black;	
border-bottom: 1px solid black;	
border-left: 1px solid white;	
text-align: center;
width: 100%;	
text-transform: uppercase;}
a.button:link { 	
background-color: #0066FF; 
text-decoration: none;	
}
In firefox this code makes a jumbled mess. Any help is much appreciated.

  #2 (permalink)  
Old May 25th, 2005, 08:20
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
I have had a similar problem recently.

See the Thread: CSS in IE and Firefox is driving me nuts

I suggest you set all your unused fields, margins etc to '0' This improves positioning between the two browsers.

If there are any specific probems please post them up
  #3 (permalink)  
Old May 25th, 2005, 09:26
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Ahh.. ok.. I found out how to fix this bug...

Code: Select all
position: absolute;
I had to add some line breaks, but all-in-all it does the job. thanks man.
Closed Thread

Tags
help, width, firefox

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
div width drappendix Web Page Design 2 Aug 22nd, 2007 14:34
div width drappendix Web Page Design 4 Aug 21st, 2007 04:46
width working in IE but not FF Davka Web Page Design 10 May 29th, 2007 09:40
set CORRECT width for <img/> iersel Web Page Design 8 Jul 27th, 2006 07:33
Max-Width in All Browsers purus Web Page Design 4 May 16th, 2005 22:12


All times are GMT. The time now is 08:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43