Quote Originally Posted by jimmie View Post
ok background gone
Looks MUCH better IMO.

Quote Originally Posted by jimmie View Post
how do i get rid of that white bar underneath the megamenu, move my sliding images up and search bar is off on internet explorer
I don't use IE, but regardless of this, a screenshot showing how what it is you are wanting to do would be a great help.

If the 'white bar underneath the megamenu' is what I think it is, this can be reduced by adjusting the 'height' setting in your stylesheet_mega_menu.css file

#mega-wrapper .mega-menu {
background: url(../images/menu-bk.png) no-repeat;
list-style: none;
width: 1034px;
margin: 30px auto 0px auto;
height: 65px;
padding: 0px 20px 0px 20px;
}

45px seems to work ok in Chrome & Firefox.

Tip: Most web browsers have a development tools that will let you inspect and adjust various 'page elements' in 'real time'. They are very useful for this type of 'tweaking'. The 'live edits' are only temporary so you need to take note of the changes you need and write them back to the relevant stylesheets to make them permanent. This is good, because when you make a mess of things with the 'live tweaks' you simply refresh the page and start again. :-)

Cheers
RodG