charlie
-
Problem with Hover...
Problem solved. Thank you for the help. It got me on the right track.
-
Absolute positioning and input fields...
Maybe it could have something to do with z-index.?. I would remove it if I could, but I'm stuck with it.
-
Absolute positioning and input fields...
Move it down to align with bottom of main Nav bar. I am beginning to wonder about this Magento Go product...
-
Absolute positioning and input fields...
Yes. There are a lot of useless elements in the template. But the source files of the Magento Go template are not available for users to access and change - so I have to work with what is there. The only way to change existing css is to overwrite w…
-
Magento Go and jQuery Problem
Got it working! The Cycle js needed to have a couple of references to })(jQuery); changed to })(j172); . It's always the simple things you miss... Thank you, CM
-
Magento Go and jQuery Problem
sorry about the junk copy at beginning of post: "sad I’m frustrated Edit Delete Don Keller less than a minute ago"
-
Magento Go and jQuery Problem
Yep! I think that is it but.... sad I’m frustrated Edit Delete Don Keller less than a minute ago Okay... I'm pretty sure it is a load order problem. The jquery plugin was loading before the jquery library. So, per instructions at (http://go.ma…
-
Need help with onClick and jQuery...
New issue. I forgot about this thread and started a new one by accident (sorry). Change "Click" to "Hover?" http://codepen.io/anon/pen/azAcr But... "Once the window is open there are additional links/forms in the window f…
-
Change "Click" to "Hover?"
P.S. This is the actual "real world" usage. http://www.smythjewelers.com/engagement-wedding/engagement-rings.html
-
Change "Click" to "Hover?"
Once the window is open there are additional links/forms in the window for users to use... Seems like the window will need to stay open so user can interact with content of windows. Humm... Is there such a thing as open on hover and stay open unti…
-
Need help with onClick and jQuery...
I figured out why it wasn't working locally... I still had the old .js link in the head. Thank you for the details.
-
Need help with onClick and jQuery...
GREAT JOB! Thank you! Looks great at CodePen... But, when I copy/paste new css/jquery in my local doc it works the same way it did before (you have to click to close window it doesn't close when you click another window). I noticed my DOC TYP…
-
htaccess redirect with masking...
Yes, both domains are on the same host. However redirect will only effect on subdirectory, not whole site.
-
Can someone figure out why the last column is 840px?
Ahhhh. I was pasting code and the last couple of rows were truncated. Thank You!
-
jcycle malsup scrollhorz issue
I don't see jquery.cycle.all.js linked in header.
-
jQuery Cycle by malsup Thumbnail Nav Modification Question
Working version...
-
jQuery Cycle by malsup Thumbnail Nav Modification Question
Maybe this will help explain issue...
-
Trouble with FancyBox
YES! Thank you. I added / in front of lib/ in header.php file and all is well.
-
Tjeck CSS on a Mac
I've always used Mac... and testing web development work IS an issue. Chris did a webcast about the subject.
-
IE struck again!!
This Link has a good list of know ie issues and fixes...
-
The ie7 Disappearing Menu Items...
Thank you for your suggestion. I tried removing zoom: 1 from ul#main-nav li and all of the ul#main-nav li a*'s without success. I'm using ieNetRender to view ie screen shots. In ie version7 the menu is still missing. CM P.S. Also tried…
-
Trouble with Box Shadow on Rollover (:hover)
I've moved the styling for hover to the div instead of the link and it's working better. Thank you! Test Site... IE 7 is still acting funny - any ideas? I tried adding display inline for ie 7 but it's not working. CM
-
Trouble with Box Shadow on Rollover (:hover)
Maybe a plain border on hover for ie 7 and 8 would be simpler. I'll try moving the hover style to the "DIV" instead of the "a" link to fix the Safari issue.
-
Trouble with Box Shadow on Rollover (:hover)
I added the -o-box-shadow for Opera, changed -webkit- to rgba color, added 0px for spread amount and some ie fixes. But it's still not working in Safari 4.1.3. Could it have something to do with the box-shadow being applied to an "a"…
-
Form Validation and Initial Field Values...
Is there such an attribute as minlength=""? to use in input field?
-
Form Validation and Initial Field Values...
What is the validation checking? (just the word "email"): } else { if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $email)) { $errors['email'] = 'Invalid email'; …
-
Form Validation and Initial Field Values...
Thanks for the info! I was hoping to avoid adding js to these pages. It seem like overkill. Could there be a php solution or a way to set the validation to include a requirement that input must contain certain characters or a certain number of cha…
-
Does anyone have experience with Nivo Slider?
It was the negative indent! I had a negative indent on the .nivo-controlNAV a to bump type links off page when I wasn't using the thumbnails. Thank you!