Just to complete the code review please see the add for colors.css
See also change in code in layout.cssCode:/* Background Layout (Smart Background app - added 12142008)*/ #logoWrapper { background-image: url(../images/smartbg.jpg); background-repeat: no-repeat; } .smartBG_aboutus #logoWrapper { background-image: url(../images/smartbg_aboutus.jpg); background-repeat: no-repeat; } #navMain.login { background-image: url(../images/topmenubg_login.jpg); background-repeat: no-repeat; } #navMain.noLogin { background-image: url(../images/topmenubg.jpg); background-repeat: no-repeat; } .smartBG_aboutus #navMain.login { background-image: url(../images/topmenubg_login_aboutus.jpg); background-repeat: no-repeat; } .smartBG_aboutus #navMain.noLogin { background-image: url(../images/topmenubg_aboutus.jpg); background-repeat: no-repeat; }
Code:/* Changed logowrapper and move part to colors.css - smartbackground application */ #logoWrapper { width: 100%; height: 153px; position: relative; } /* end change */


Reply With Quote
