This is a discussion on "IE6 Problem with navigation background images" within the Web Page Design section. This forum, and the thread "IE6 Problem with navigation background images are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE6 Problem with navigation background images
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
IE6 Problem with navigation background images
Hi,
Anyone have any ideas why the navigation background image is not appearing correctly in IE6? It's fine in IE7 and FF2. www.razzleberriesdesigns.com Thank you very much in advance! |
|
|
|
#2
|
|||
|
|||
|
Re: IE6 Problem with navigation background images
On a side note: your clearing css.
Change: .clear { clear: both; } To: .clear { height:1px; margin:0 0 -1px 0; clear:both; overflow:hidden; } Would be working better for ya. As for your image problem try changing background: url(web%20graphic/sign.jpg) no-repeat; to background: url(web%20graphic/sign.jpg) left top no-repeat;
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; May 1st, 2007 at 15:22. |
|
#3
|
|||
|
|||
|
Re: IE6 Problem with navigation background images
Thanks Moojoo... no change in the background image in IE6!
|
|
#4
|
||||
|
||||
|
Re: IE6 Problem with navigation background images
I dont have much time but play around with the z-index property, this tends to fix things in IE6
Or the display property. |
|
#5
|
|||
|
|||
|
Re: IE6 Problem with navigation background images
I'm getting close, I fixed the background image by setting the
|
|
#6
|
||||
|
||||
|
Re: IE6 Problem with navigation background images
For the extra space try
display: inline; |
|
#7
|
|||
|
|||
|
Re: IE6 Problem with navigation background images
Thanks Craig.. fixed the extra space by correcting the height of the header.
All set! |
![]() |
| Tags |
| background images, ie6, padding |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to have 2 background images? | lmc148 | Web Page Design | 8 | Jun 17th, 2008 01:46 |
| how can I tile 2 background images one on top of another? | oneup | Web Page Design | 2 | Feb 18th, 2008 19:11 |
| Putting navigation list on top of background image | Kurt | Web Page Design | 5 | Sep 16th, 2007 07:19 |
| Problem with css content box made from divs and background images | weasel | Web Page Design | 3 | Aug 9th, 2007 22:48 |
| Rpeating images (not pg background) | johnnybravo | Web Page Design | 5 | Aug 6th, 2006 14:59 |