rjmccollam
-
Gradient triangle
I don't have the luxury of being able to put a separate div in the menu, because it is a widget that WordPress is generating a ul for. I am trying to apply it to the li on hover.
-
Possible z-index issues causing slider transition bug
Without the second element I cannot get the slider nav behind the shadow of the slider background.
-
Possible z-index issues causing slider transition bug
hmmm that is weird. It does it for me in every browser on both my OS X machine at home and my Windows machine at work. The slider "works" just fine, but the transitions should transition from one image to another and not from white to an …
-
Help me make my menu cool!
Unfortunately it does not. Let me try another stab at explaining what I want... When you mouse over a two things currently happen. 1 the menu item "moves" up and 2 the drop down menu appears. When you move your mouse down to the drop d…
-
Help me make my menu cool!
Thanks for the continued help. What I want is for the main navigation tab, for example Our Process, to stay in the up/hover state when you mouse down to the drop down menu.
-
Help me make my menu cool!
That is what I thought too, but it doesn't do the trick.
-
Help me make my menu cool!
This is awesome, thank you! I have implemented what you did in the demo site. One last question... How do I keep the main li in the "up", or hover state when I mouse down to the drop down menu?
-
How do you secure your WordPress installation?
Thank you for the feedback everyone, there are a lot of good options here!
-
Multiple WordPress instals
Ok, this is what I thought. I have a client who hosts with ADDR, and when they setup the second database and I did the install, the first site went down. Thanks for your help.
-
FireFox adding spacing to top of document
Absolutely right about validating. The margin in the footer is what was causing it. Thanks for your help @stevendeeds!
-
Double Dotted Border
Just figured it out. You can use outline-offset to put spacing in between the two. Thanks for your help guys!
-
Double Dotted Border
I like the way that @jamy_za laid it out, but I have the same question as @sl1dr. Is it possible to put any spacing between the the border and the outline?
-
IE 7 issue with SImple Drop Down Menu
That's where I wasn't using it...it didn't even cross my mind to apply z-index to the parent div. Thanks for your help.
-
IE7 issue with drop down menu and slider
Yes I made sure they both have positioning on them.
-
jQuery slide not staying in it's container
It's not browser specific. If you follow the link and you change an image whether to the right or left the image will overlap the border image that is being used.
-
z-index issues
Thanks @noahgelman, that makes total sense and fixed my issue. It was one of those things where I had been looking at it so long I didn't see the obvious issue staring me in the face. Thanks again!
-
Previous post links
Doesn't look like this did anything.
-
Drop down menu using WP 3.0 menu?
Duh! That thought didn't even cross my mind. Thanks for the heads up.
-
[Solved] wp_list_pages putting "Pages" before output
Thank you, perfect.
-
Fill in remaining space on each side of horisontal menu
Since you don't want to do a background for your nav due to the hover state, I would try simply adding a to the beginning and end of the list and giving it a special class where you can set a specific width.
-
form layout on Mac vs PC
I have ran across that as I have recently made the move back to a mac. I think the issue with forms displaying on a mac can be the way that form fields are auto mac-itized, if that makes any sense. The mac UI automatically transforms drop down field…
-
[Solved] Wordpress - Archive pages all out of whack
Got it figured out. A class was applied to automatically so I just had to enter some css and I was good to go. Thanks for your help.
-
[Solved] Wordpress - Archive pages all out of whack
Thanks for the link that helped explain some stuff. I went ahead and deleted archive.php (after I backed it up) so it is now pulling the index.php file which is fine for layout purposes, but still has that out of whack look. I have gone over other p…
-
[Solved] IE7 Image placement issue
worked like a charm...thought had crossed my mind to do it that way guess I was just lazy. Thanks!
-
[Solved] Float Clearing
Definitely a great article and has helped me in the past. I don't know what I am missing with this though.
-
IE7 Padding Issues
That did the trick! Thank a lot for your help. Is this because I have padded the nav and since the home-flash is positioned below the nav it is padded as well? (if that made sense)
-
IE7 Padding Issues
If I remove the padding I wont have the flash images positioned where I need them.
-
Start and Stop for jQuery slider
Yea that really would have helped. Thank you for still posting the fix though I really appreciate your help.
-
First time using Jquery - pic rotator not rotating
ahh thanks for pointing out the most important part of using jquery. Thank you :)