I would add 100% height to the html element and also I thought that it
was '* html' not 'html *' but I may be wrong.
html *{margin: 0; padding: 0;}
html {font-size: 100%;}
I tested the following in firefox edit css
* html {margin: 0; padding: 0;}
html, body {margin: 0; padding: 0; width: 100%; height:
100%;font-size: 100%;}
but that does not fix the nav issues.
have a look here
http://css.maxdesign.com.au/listamatic/ and
http://www.accessifyforum.com/viewtopic.php?p=34919
I would restart the nav with a fresh attempt after reading the above.
The way to go is block list items that are floated and setting the size
of the anchors with background images, set the size to the same as your
images
87x17 and see how it goes.
CK wrote:
Hi,
I'm having issues getting the nav: li a:link bg to line up like the
comp:
http://working.bushidodeep.com/remix/spring_mock.png
I have issues here:
http://working.bushidodeep.com/spring_2006/index.php
div#nav ul li {background: url("i/hover_bg.gif") center no-repeat;
padding: 0 0 0 87px;}
Respectfully,
CK
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************