JeffM
Forum Replies Created
-
Forum: Your WordPress
In reply to: Did you get the memo?haha, thanks. I want to get some submission going π
Forum: Your WordPress
In reply to: continuous playIn safari you are having all sorts of issues. Might want to check that out.
Forum: Your WordPress
In reply to: kingcosmonaut.deAwesome design man. I love it.
Forum: Your WordPress
In reply to: New BrainFuel site!I like everything but that fact thats its not 8×6 compliant π
Forum: Your WordPress
In reply to: ‘Drawing Board’ style…Lots of green. I would definately add some cell padding.
Forum: Your WordPress
In reply to: sixminutes.caForum: Your WordPress
In reply to: Certified NonToxicI like, its very simplistic yet clean. Only recomendation I have is making your links at the top right a bit more noticable. They are almost the same color.
Forum: Your WordPress
In reply to: Tangled up in PurpleNice, Rollovers!
Forum: Themes and Templates
In reply to: Colly’s CSS rollover generatorForum: Themes and Templates
In reply to: CSS Nav Bar ProblemCheck out this site. It has information about the broken box model which sounds like what you are dealing with.
http://www.sitepoint.com/forums/showthread.php?t=171943Forum: Your WordPress
In reply to: My First CSS Layout…Thanks.
Forum: Themes and Templates
In reply to: Mac IE 5.x Background Image Issues – An Easy FixGreat catch!
Forum: Themes and Templates
In reply to: OS X IE compatibility issuesΓΒ ΓΒThat is kind of my thoughts at the moment, but I’m not sure how much market share IE has for OSX.
Forum: Fixing WordPress
In reply to: Delete the title “links” from Menu?I’ve found it!
For the future seraches. Change line 563 on links.php from this:
// Display the category name echo ' <li id="'.sanitize_title($cat['cat_name']).'">' . stripslashes($cat['cat_name']) . "\n\t- \n";'
To this:
// Display the category name echo ' <!--<li id="'.sanitize_title($cat['cat_name']).'">-->' . stripslashes($cat['cat_name']) . "\n\t- \n";'
Forum: Fixing WordPress
In reply to: Delete the title “links” from Menu?So if i don’t want that header, “links” to be there, I have to hard code my own links?