alexmccabe
-
Justifying a site redesign for an ecommerce website. I seriously think we need a redesign, but it's
I personally feel that a more updated site is a site that can be more trustworthy. A modern look means people care about their business enough to keep the site updated.
-
How could i do this in photoshop?
@alexmccabe So maybe not the task for an absolute beginner with photoshop lol? Haha, no it's not. I'm pretty fluent with PS but I still couldn't do it... you have to be kinda artistic. Haha. I use it mostly for layout mock-ups
-
How could i do this in photoshop?
It would certainly be possible, but very difficult... You would have to recreate the glass manually by copying the colour and light reflections.
-
Trouble with controlling sliding backgrounds
Can you post a simple version of your site on http://codepen.io?
-
Flexslider in IE - Fade / Time
I have it working in IE7. I didn't do anything special other than use their code with modified CSS. I am however using Modernizr to fill in any blanks the older browsers don't support. $(".flexslider") .flexslider({ animat…
-
Contact form - questions on different pages
You could also try out this jQuery plugin, but then it depends upon the end user having JS enabled. Fallback would be all fields on a single page.
-
Contact form - questions on different pages
An easy way to do this would be to save the data temporarily in an array for each page, then when the form submits, you take that data and then send it. $pages = array( 'page_1' => array ( 'form_value1' => $_POST…
-
Two tier drop down navigation
Looking at the code, I notice you declare an explicit width of 20%. I am trying to avoid declaring any specific widths. I am wondering why the 2nd drop down menu doesn't take the width of the text. If I set the width of the to 100% but then it…
-
New CSS3 Menu
You haven't explained what you want... go to http://codepen.io and create a working version of it
-
Two tier drop down navigation
Thanks Paulie_D, I really couldn't figure it out and it was annoying me to no end...
-
Display Text in a Div on Mouseover
if you already have jQuery linked, there is this: CLICK ME
-
Display Text in a Div on Mouseover
I came up with this. It's very hacky, but it works...
-
Email Help
I've been keeping an eye on that, I don't have any emails coming through at all! Sorry I did specify inbox, but I meant any mailbox.
-
Controlling when CSS animations/transitions run
I'm using Chrome on Mac and I have had none of the issues you suggested. Also tried a couple different versions. Everything is fine. Maybe you just have too many apps / tabs open on your Mac. =p
-
play an audio file(click sound) when ever the slide changes
This isn't the 90's web anymore. Please don't do this.
-
Need help with fullheight page
I used http://codepen.io/alexmccabe/pen/onbgG on several websites. It doesn't seem to work all that well on CodePen though.
-
Same height button and a link
Really? Gah, what OS / browser? My actual versions look fine in Webkit (desktop and iOS) and Gecko on both Windows 7 and Mac. How odd that it doesn't for you. FF on Windows is it? I updated the Pen, should be good now.
-
CSS mac style defaults on windows computer
I did the W7 buttons. That is why. The W7 buttons do have rounded corners. In W8 everything is squared off to match the overall style of the OS. If you wanted square corners, just remove the border radius.
-
Select options & tables break mobile layout?
If it is an iPhone, yeah sounds about right. I have a similar issue with document widths on my site. Very frustrating. If it is any other browser, it can be hard to see what is happening without an example.
-
CSS mac style defaults on windows computer
http://codepen.io/alexmccabe/pen/neybf I made a codepen a while back. This has the default Windows and OSX buttons.
-
php form refresh send form again (prevent)
Use the PHP script that takes the form data to redirect back to that page.
-
WebSite for adventure sports
http://www.gooutdoors.co.uk/ http://www.blacks.co.uk/ http://www.millets.co.uk/ Some UK ones
-
iPhone rotate document width issue
Did a little test, when the iPhone is rotated, the width of the document actually gets smaller. When rotated back, the width is smaller than the initial width of when the page was loaded. Seems a bit odd that this would happen.
-
iPhone rotate document width issue
It's a bug with iOS safari And apparently Chrome, they must use the same Webkit for it. It's a major flaw. They should really fix it. They have to know about it.
-
Ul li:hover with outside div control
@jamy_za well then, the JS solution I just posted is the only way, I should imagine. I understand not ideal, but if the HTML needs to be laid out in that way, then it is his only option. Unless some CSS magician lives here.
-
Ul li:hover with outside div control
I mean with jQuery it would be easy, and I don't do JS. $('li').hover(function(){ $('.black-box').css('visibility', 'visible'); }); Here it is working
-
Ul li:hover with outside div control
@jamy_za I think he wants to get the .black-box class, and I cannot for the life of me remember how to go back levels in CSS, as < doesn't seem to be working...
-
CSS filters your opinions
@ToxicFire, well yes, but currently even in Chrome Canary you have to turn the option on manually. Though I can see some incredibly effects happening when this hits mainstream.