Hi i have a problem with .main {clear:both; width:900px; height:100%; padding:1.0em 0 1.5em 0; background:rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;} not working in firefox but does in I.E. plz help
Not working: Do you mean that the whole .main{} has no effect on he layout or that the layout is distorted/part of yhe code is not functioning. It would help if you show the part of the html code which links to the css.(.main{}).
umm here is an example chetos.es/test/link-bid/ u will see the side of the layout is not showing in firefox but is in i.e
.main { clear:both; width:900px; height: 100%; /* give a height appropriate to the page*/ padding-bottom:30px; background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y; } Code (markup): You have to give the height of the class "main" otherwise FF takes the absolute(0px). That's why the image is not coming. also I think the "<div class="main"> is missing in the header file. <!-- A.4 HEADER BREADCRUMBS --> <!-- Breadcrumbs --> <div class="header-breadcrumbs"> <ul> <li>Home</li> </ul> <!-- Search form --> <div class="searchform"> <form action="#" method="get" class="form"> <fieldset> <input value=" Search..." name="field" class="field" size="20" /> <input type="submit" value="GO!" name="button" class="button" /> </fieldset> </form> </div> </div> </div> <!-- For alternative headers END PASTE here --> <!-- B. MAIN --> <div class="main-breadcrumbs"> <div class="main-content"> Code (markup): you defined the main-content, main-subcontent, ... but not "main". Insert "<div class="main">" just after "<!-- B. MAIN -->" and corresponding </div> before footer. Hope this works.
Ok thanks for all your help The only think now is the screen box that was ment to be on theleft drops to the bottom now in I.E. if you have time to check it out if ya dont its ok.