-
New Site Please Review
So make the text lighter? And is it too many textures visually, or too many textures because how it affects load speed?
-
New Site Please Review
But the darker the font, the less you'll be able to read it?
-
New Site Please Review
Yeah I thought about this, it's not ideal having them different sizes but if you did, the box on the left would have a big grey space under the content? So either way was going to look a bit odd lol I know what you mean about the ticks, thing with these is, the browser will cache them from the landing pages, so when they move onto this sales page, the ticks will already be loaded and I don't want to use bigger ticks on the landing pages (which are the ticks in the upper part of the right content area). I'm already using loads of images on this site, so don't want to add another 5. Cheers for your feedback though mate.
-
New Site Please Review
Just add this to your CSS: /*Transition*/-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;-ms-transition: All 0.2s ease;transition: All 0.2s ease; So, what I have is: nav ul li a { font-size:17px; font-family:'sell_your_soulregular'; color:#949699; text-shadow: 0em 0em 0.2em black; margin:0 30px 0 0; /*Transition*/-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;-ms-transition: All 0.2s ease;transition: All 0.2s ease; display:block; height:33px; padding:20px 0 0 0; } nav ul li a:hover {color:#ffffff}
-
First attempt at responsive design
Yeah that's great, these are all things I need to be able to do now. Nice work. Yeah you know the design is good, the only thing you could do it align the top nav to the left?
-
New Site Please Review
What do you mean, the fonts colour should be darker?
-
New Site Please Review
Funny you say that Yak, that was one of the two border colours I gave to the guy I'm designing it for to choose from, I preferred the lighter blue as well
-
New Site Please Review
Hi Zed, what device/res are you reading it on?
-
First attempt at responsive design
Very nicely executed, I wish I could do this. Did you use any JS to do this, or was it all CSS?
-
New Site Please Review
Last time I had my site reviewed on here, everyone suggested I work on contrast, so have addressed that with this new site. Any feedback welcome - http://tinyurl.com/c2qgm9m Edit: the nav needs to be finished off, as the boxes will expand as the page scrolls down, and move to the top of the page with the correct top margin.
-
Smoothest jQuery Scroll
Yeah I think I have to, cheers dude. Do you know of any plug in that I could use to put that product in the middle, my JS is nil (though I am reading a cool book called 'Eloquent Javascript - A Modern Introduction to Programming').
- Smoothest jQuery Scroll
-
Smoothest jQuery Scroll
You are right, I just need to make the product they select super obvious, so what I was thinking is having the product box scroll to the middle, then use JS to preselect the buy button as green, and then also use JS to add a bigger margin to the top and bottom to that selected product? I know what you mean though.
-
Smoothest jQuery Scroll
What do you mean by users spend their time on other peoples sites? And you would not suggest applying this to the page then?
-
Smoothest jQuery Scroll
Hi Hem, is this to centralise or to cue the notchy issue. I'm going to remove that big background image, as it's too slow, and this seems to work.