This is a discussion on "Padding difference between IE6 FF using lists" within the Web Page Design section. This forum, and the thread "Padding difference between IE6 FF using lists are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Padding difference between IE6 FF using lists
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi ya
I am having this small problem when I turn an unordered list into a horizontal navigation. When I add padding to the container the list sits in Firefox displays it with more padding than specified IE6 seems to be fine. It gives 10px padding whilst FF gives 30px. Any help yes please. html:
|
|
|
|
||||
|
Re: Padding difference between IE6 FF using lists
Nevermind ... I really do need to learn how to read the whole post the <ul> element has margins and padding set by default, just like every other element
Last edited by karinne; Jun 18th, 2007 at 17:20. |
|
|||
|
Re: Padding difference between IE6 FF using lists
Thanks so much Karrinne. I had tried that approach on #topnav li and it did not work so i just got frustrated!
|
|
||||
|
Re: Padding difference between IE6 FF using lists
I always include this code in every CSS...
|
|
|||
|
Re: Padding difference between IE6 FF using lists
Quote:
|
|
||||
|
Re: Padding difference between IE6 FF using lists
I starting to advise against the use of the universal selector:
No Margin For Error and scroll down 'til you get to Global White Space Reset |
|
|||
|
Re: Padding difference between IE6 FF using lists
Karinne what is Global White Space Reset. The link does not work. ta
|
|
||||
|
Re: Padding difference between IE6 FF using lists
LMAO!!!! That's really sucks for the search-this.com peeps!
Anywho ... the Global White Space Reset is basically just the use of the universal identifier - * - in the CSS to apply certain properties to ALL elements. So ... something like
The problem comes with the submit button of a form. You'll notice that every platform/OS/browser has there own default submit button style. Most have the really plain and ugly looking ugly-button.jpg well ... the code above will remove the shaded look of the button and there is absolutely no way to return to that for using CSS. Hopefully the link will come back online soon 'cause my explanation just doesn't do it justice |
|
|||
|
Re: Padding difference between IE6 FF using lists
So if you are not using a form its ok to use it. Is there any other major downsides. For some reason I have not used * much in css (I can remember using it in dos) I shall try and find some tutorials on some useful variations. Followed you signature link last night and I thought some of the resources and tutorials were great. Cheers
|
![]() |
| Tags |
| difference, padding |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| font difference IE7 and the others | stupid dog | Web Page Design | 1 | Aug 24th, 2007 20:53 |
| whats the difference | acrikey | Other Programming Languages | 1 | Apr 5th, 2007 10:37 |
| The difference | moshe | Webforumz Cafe | 4 | Jan 28th, 2007 19:52 |
| Php . asp, asp net difference | maksinx | PHP Forum | 3 | Aug 15th, 2006 10:39 |
| Date Difference | ekendricks | Classic ASP | 4 | Aug 22nd, 2003 10:19 |