edharrison89
-
Issue with div positioning
Im not sure which method is best, but I ended up using Christophers method and it worked a treat. Cheers for the help guys
-
CSS drop shadow not showing on iPhone…?
Scrap that just realised I forgot to use -webkit-box-shadow as well as box-shadow!
-
Trying to position elements inside footer
Hmmm strange. What happens when you refresh the page? It seems to be breaking my end (resulting in it looking like this http://i1248.photobucket.com/albums/hh499/EdHarrison89/778f1566.png)
-
Trying to position elements inside footer
Thanks for the quick reply. Ah sorry I forgot that I removed the link on the text on the left. Thats actually how I want it to look, I have no idea why it doesn't look like that on my end. What version of Chrome are you using?
-
Trying to position elements inside footer
http://v3.edharrisondesign.com/about/
-
Trying to position elements inside footer
Its supposed to be inline with the first link but on the right of the page. At the moment I think it is below the footer. Its displaying fine in Safari and Firefox, but not in Chrome (Version 21.0.1180.89). Im so confused!
-
Button animation not working in Firefox?
I've only just seen your JSfiddle, thanks so much for that Joshua, the buttons work well. http://edharrisondesign.com/portfolio-site/
-
Load footer after content with Javascript
Ok with a bit of help from a friend I have finally got it working! Here's the final script $(function() { var images = $('figure'); var imageCount = images.length; var count = 0; var fadeImages = function(image, callback) { $(i…
-
Load footer after content with Javascript
Okay hopefully he will be able to point me in the right direction!
-
Load footer after content with Javascript
Thanks for the pointer Doc. I'm a complete rookie when it comes to Javascript, so I had a few problems writing my callback. In the end I put an alert in where the callback will go, but for some reason it pops up before the images fade in. Any…
-
Jquery sticky sidebar issue
Oh and heres the link edharrisondesign.com/portfolio-site2
-
Jquery sticky sidebar issue
Sorry I misread that last comment. I changed it to left-margin and the error remains. Any ideas why? $(function(){ // document ready if (!!$('.sticky').offset()) { // make sure ".sticky" element exists var stick…
-
Jquery sticky sidebar issue
Cheers for the quick response! Below is my attempt adding it into the JQuery, but it still floats left instead of right , now with a 20px margin on the left . Should I be adding it to the CSS instead? $(function(){ // document ready if (!!…
-
Text positioning within div
The twitter icon sits slightly higher than the other icons so my problem isn't aligning the icons horizontally but vertically. Its fine though, I'm going to use an image for the new twitter icon instead, so the layout is fine now. Thanks…
-
Trouble wrapping images in divs!
I dont think so, it occurs when the 4 figures are set at 25% and this didn't happen on hover previously. Anyway this is a separate issue, I'l have a play and start a new discussion if I don't get anywhere. Thanks for your help, I ap…
-
Trouble wrapping images in divs!
I havent used figure elements before, great suggestion Paulie! However, a little annoying glitch happens when hovering on the images second from far left... a 1px right border appears when the browser is at some widths. Any ideas why this is? Yo…
-
Button animation not working in Firefox?
Yeah true, thanks for your advice.
-
Button animation not working in Firefox?
Thanks for the quick reply. So should I change the size of pixels in the drop shadow (adding a bit of ease to the transition) while moving the whole button diagonally by the same amount of pixels?
-
Help breaking the 960 grid
Great explanation. Thank you!
-
Nested div positioning issue
Thanks that did the trick! I reset my ULs and LIs in the way you suggested too... I'm going to do a bit of research into using a more generic reset style as you probably saw my CSS is a bit of a mess!
-
Image hover issue
Perfect! So good that its only CSS. Thanks for your help!
-
Smooth Scroll plus Media Query Animation Issues
Just wondering if you ever resolved this issue? I'm having the same problem with a responsive scroll site that I'm working on.