Page 1 of 1

Breadcrump IE7

Posted: Thu 2. Sep 2010, 17:50
by Blokof
Hello,

im making a website with phpwcms, i have a the breadcrump in de header, its working nice in ie8 but the breadcrump is gone in ie7 , does somebody no how this is possible?
Check: http://www.fendertec.nl/fendertec/

Thnx,

Jeff

Re: Breadcrump IE7

Posted: Thu 2. Sep 2010, 19:27
by flip-flop
Hi,

I think it is a css problem. Perhaps the breadcrumb is covered by the next div container.

Knut

Re: Breadcrump IE7

Posted: Thu 2. Sep 2010, 20:18
by update
Try fiddling with

Code: Select all

<div style="text-align: right; background-color: #fff; margin-top: -15px; width: 953px; padding-right: 25px; margin-left: -25px;">
margins are not fitting!
I think it's no good idea mixing margin, width, padding together - especially with IE<8