fyi - clarify browser: FF 3.0.3. It works only in IE.
On Oct 14, 8:16 pm, KellyS <[EMAIL PROTECTED]> wrote: > Sorry, but this doesn't work in 1.4.8. > I need an EASY way to run the menu ALL ACROSS the page. I can't > believe anyone would just run a menu half-way. Very, very odd. > > On Sep 30, 11:59 pm, pillpusher <[EMAIL PROTECTED]> wrote: > > > to go right all the way across the screen, i put my <ul> and <li> tags > > in a <div> tag, and gave the div tag the samebackground(coloror > > image) as the navbar. that worked for me. let me know if that helps > > you. > > > regarding removing the padding to make it go all the way to the top, i > > had this happen to me on something similar. if you put yoursuperfish > > bar in a div tag, give the div tag an id, then in your css, use a > > relative position about -14px at the top. look at the code on my site > > if you want.http://www.claxtondrugstore.comthestyle sheet is > > tdsStyles.css so use this address to see > > ithttp://www.claxtondrugstore.com/tdsStyles.css > > > this site does not have asuperfishnavbar, but this should fix the > > issue of pushing everything up flush to the top. > > > i used a <div> with the id of wrapper and the css looks like this on > > mine: > > > #wrapper { > > position: relative; > > top: -15px; > > background-image: url(assets/edgeGradient5.jpg); > > background-repeat: repeat-y; > > background-position: center; > > > } > > > On Sep 30, 11:33 pm, yvonney <[EMAIL PROTECTED]> wrote: > > > > Hi everyone... > > > > [FULL width across the entire page needed] > > > > LovingSuperfish.... > > > > got the basic example up... just need to to go RIGHT across the entire > > > screen even if there's just the 4 menu items on the left. Also i'd > > > like to remove the padding and be able to have it totally at the top > > > of the page... > > > I have'nt been able to figure out, yet.... how to get it to go full > > > width... > > > > Can anyone tell me what I change in the css? > > > Geez, that does feel like a silly question though it could be one of > > > those ones that takes a day or so for me... > > > AND, I've just had the most terrific week and a bit really getting > > > into JQ, so maybe I'm a little weary. > > > > Thanks whatever happens!