Mitchell
-
Responsive Design Looks Fine in Browser - Breaks on iPhone
Do you have this meta tag in the head of your page? If it isn't there, it will cause problems like you are having.
-
width of menu items
float the ul to the right but float the li items left to keep the order?
-
Website feedback please?
@ChristopherBurton - I can honestly say I have never seen that logo before in my life. A lot of development time went into my logo (believe it or not), and I am surprised they are so familiar by sheer coincidence. Regardless, thanks for pointing i…
-
Website feedback please?
Thanks for your feedback. I understand where you are coming from in regards to the static site / CMS point, however I am easing away from freelance work now as I just don't have the time to do it at the moment. I work full time as a web desig…
-
Website feedback please?
Forgot to add - new website is also in HTML5 and uses alot of CSS3 which I would like to show I can use etc...
-
Can't get 0 margin between divs...
The shadow images on the left and right of each block are making the space you are seeing. Try making them 5px shorter in height and it should solve your problem.
-
I cant believe this float bug... (Still effecting other tag after cleared)
Hi, I think rather than using negative margins, try using top:-20px; This might fix it? But looking at Firefox and Chrome, I still can't work out how it should work!
-
PUMA.COM PINNED FOOTER
#footer{ position:fixed; bottom:0px; left:0px; width:100%; } That should get the basics of it being pinned at the bottom, then using something like superfish within that to get your menus in it.
-
onclick="document.getElementById" Question
Thankyou very much :) I tried to get this to work, but it didn't. I did a bit of digging and found that the link I was trying to change didn't actually make a difference to the big image. I went back to the plugin website and they have g…
-
onclick="document.getElementById" Question
Hi Mottie, Thanks for your reply :) I didn't really explain it very well. I have got a big image with 2 thumbnails beneath. when clicking one of the thumbnails, it should change the src of the main image and the link around it. the main image …
-
In need of a Javascript Slider w/Nav and that actually slides and not fades
Slides JS is a favourite of mine, very easy to use and lots of options.
-
Making background images repeat further than screen size on given website
This is a problem I have come across a few times when setting heights or widths to 100%. The viewport when the page loads is classed as 100%, so when you go beyond this by either scrolling or zooming out, the div is no longer shown. However, your p…
-
Superfish.js dropdown - strange problem...
Sorted it myself. I had missed off the base jquery package, which was referenced already in the homepage but not in the contact page. DOH!
-
Anythingslider - Youtube video problem.
Thanks for your replies. The strange thing is that the videos still work with the embed code on the iPad - I think it is something that is set up between iOS and Youtube where it converts it to HTML5 or iFrame? - This may be the reason behind the v…
-
Anythingslider - can't get resumeOnVideoEnd to work
Hi Mottie :) Yep, downloaded it yesterday to start implementing so it is the latest version. I have called the following js files http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js">
-
Does anyone have experience with Nivo Slider?
Now i have had another look it is so obvious! I think I was turning things off and on willy-nilly to get them to show ;)
-
Help us decide which version is better! (A/B Testing)
Number #2 worked for me better when I took a quick glance at both, purely because of the green in the logo matching with the navigation and button etc. The colours on #1 looked a bit random, almost like too many colors, almost like the logo had bee…
-
Does anyone have experience with Nivo Slider?
under .nivo-controlNav a { delete the following lines: display:block, float:left, margin:right and under #slider a { delete: display:block I turned these off in firebug and they magically appeared in what looks like the right place, no idea why t…