Gooo Italia! I think Icon Design has taken on an entirely different life. At 128x128 there is more accessibility, and more creative possibilities for people to express themselves w…
Although the branch will be able to display individual glyphs for column view(16 pix), I much prefer the icon in the lower branch, and then to use that a standard size 16. I would …
Hi,
I use VIM in the terminal and I can't get the pageup and pagedown keys to page up and down IN vim. They just page up my scrollback buffer in the actual terminal. Does anybody…
Quote:
Originally posted by Zimwy:
Hi,
I use VIM in the terminal and I can't get the pageup and pagedown keys to page up and down IN vim. They just page up my scrollbac…
Thanks, but I was meaning more of using the page up and down KEYS. Does anyone know how to make VIM use them instead of the terminal it's running inside of?
Thanks,
gabe
Quote:
Originally posted by Zimwy:
Thanks, but I was meaning more of using the page up and down KEYS. Does anyone know how to make VIM use them instead of the terminal …
The pageup pagedown keys work with gvim.
To install gvim, the easiest way is probably to install fink, then
sudo apt-get install vim
... and while I'm posting: Can anyone tell me…
I have heard that the Toshiba 5400rpm model with 16 MB of cache is a bit of a gimmick... as in, the large amount of cache doesn't really help, and it's louder than the Hitachi equi…
I'm considering upgrading my HD in my Rev B 12" and can't decide with what drive to go with. 5400 vs 7200, 60gig vs 80gig, Toshiba vs Hitachi, all these thoughts with no experienc…
How do I get an all CSS (ala Suckerfish) drop down navigation menu to float above the other <div>s? I have a top div, left, right, and middle divs with all but the middle div…
You need to z-index the divs.
Well, just put z-index: 99; in the CSS rule for the drop down menus.
Edit:
After actually looking at your site and code, add it like so:
code:
li li…
Quote:
Originally posted by registered_user:
Why not add the z-index to the parent ul#nav ?
Why use ul#nav anyway? #nav will work just fine; since there is by defin…
Quote:
Originally posted by mrgaskell:
Okay, now how do I get the menu background to go all the way to the right?
I'm not completely sure what you're referring to bu…
Quote:
Originally posted by Millennium:
Why use ul#nav anyway? #nav will work just fine; since there is by definition only one #nav in the document the "ul" is redundant…
Thanks for the input. I have made the changes. I will start the style sheet over for the site that I want to actually use it for tonight or tomorrow. I really wish I could get the …
Quote:
Originally posted by Black Book:
Well, just put z-index: 99; in the CSS rule for the drop down menus.
I'm not certain about this, but aren't there some brows…