pghtech
-
IE 7 Float Bug (missing bottom border)
Wow, no one has come across this?
-
Problems with trying to get the "text" of a drop down option
Ok, so I made the following change and the variable "choice" now returns a value when the drop down selection changes. But the value of variable "choice" still doesn't meet one of the two conditions ("Me" and &quo…
-
How to use jQuery to parse all the classes with name/ID of?
Thanks Pab. Is this going to check "ALL" Span's" tags on the page or just the first one it finds as in my experience (my the cord I included)?
-
How to use jQuery to parse all the classes with name/ID of?
No one knows how?
-
How to use jQuery to parse all the classes with name/ID of?
Thats fine. So I use a class... How do I parse them all to see if any of them contain a certain text?
-
Question about show/hide on drop down selection with jQuery
I am not sure what is going on. I can't seem to get the simplest of actions to occur. I even tried to do it by the option values. jQuery(\".choice\").change(function() { var choice = jQuery(\".choice\").val(); if (c…
-
Problems with simple JQuery functions (hide/show)
Thanks all for the input. It turned out to be that it didn't like where I had the ..../jQuery.js put as far as order AND because I was also using the scriptaculous.js and prototype.js which were also causing conflict. Thanks,
-
Hidden forms - need help
Thanks Chris for taking the time to provide such insight. I appreciate it.
-
Question on Nested Unordered List
Thanks. I did run into an issue of the whole "cascading" inheritance. It was cumbersome to get it to work (some-what) and I was having a hard time keeping the sanity with 3 levels of nested lists. I found a way to get to work and keep…
-
Container div off-center in certain browsers - Need Help!
THanks Box and Nick. Unfortunately, I have tried the transparency option, but PNG8 just doesn't give the quality that I need in the image especially regarding shadows. I know that PNG24 would, but it isn't supported enough on past browse…
-
Container div off-center in certain browsers - Need Help!
Unfortunately, that did do anything.
-
Container div off-center in certain browsers - Need Help!
No one has any idea why one browser pushes to the right 1px and some don't?
-
Need Help with conjoining two DIV's
Well after allot of time trying to figure this out, and knowing the key has to lie with the fact that the wrapper background would move with the container when the window was resized - I finally figured it out. The requirement was that the Banner D…
-
Saving Images for background use - need advice
Thanks for the reply. However, it is my understanding that the tag has to be the first element in the page content. So I am unsure how you would be able to put it inside the container? What you mention as a problem is what I was trying to descr…
-
CSS layout help
I think i found the trick. Background-position: center 0 This centered horizontal and at 0 from the top.
-
CSS layout help
Thanks, unfortunately zero'ing out the margin/padding didn't change anything. To try and make my problem more clear: What I call the "header/banner" area is the pink horizontal bar with the name and menu on it. You will notic…
-
Help w/ Opacity of relative DIV background
Thanks so much. I found from another source that Opacity and Transparency are different. What I am looking to accomplish is a transparent background color on a DIV that had text, without making the text transparent.