Watson90
-
Thoughts on design and copy
@CodeGraphics Insults the logo of an aspiring (not professional) designer Comes up with his own idea assuming he's professional Looks worse than the original
-
EMERGENCY 911
+1 on what @chrisburton said. There is nothing more annoying than people that pretend to ask for help and guidance when in fact they're looking for someone else to do the hard work for them. I'm surprised you even received help on this th…
-
Dream to become a Web Designer/Developer, just don't know where to start? Please help!
Hi Keisa, @Htmlmainiac could not have marked your thread as [Solved] as he is not an administrator of the CSS-Tricks forums, so if you haven't done it yourself then an admin must have thought you have received enough advice from everyone on he…
-
Please review this mock-up
I just get Resolving host in proxy
-
How to stretch my page and get scroll bar when zooming in?
I am really struggling to get my head around what you're talking about?
-
Web design critique and advice
Very nice responsive design and build @jshjohnson. Well done! but i don't like those two border lines in between the main Title. I personally like the two lines, but it's just personal preference.
-
IE Nav bar issue (Wordpress)
Open up your header.php and it should be contained in there @robinq21
-
Feedback on screencasts, pretty please!
@AndyHowells - I can not see the videos in work as they block the use of Vimeo on the network. So therefore I am unable to tell whether or not you have included anything about RWD in them. Apologies if you have... I noticed that Code Boxers is resp…
-
Images don't resize in Firefox
Glad you got it working mate :)
-
Images don't resize in Firefox
The images in Chrome are 66px by 66px and the ones in FF are 120px by 120px. Change this; .future-nav img { width: 120px; height: 120px; } To this; .future-nav img { width: 66px; height: 66px; } And it should be fine?
-
Style Current Page in WordPress wp_link_pages
@siouxfan45 - I use the built in WordPress class that is applied to each current page link and it looks something like this; .current_page_item { /* Insert current page styling here */ }
-
Wordpress galley
This may help you! http://css-tricks.com/anythingslider-jquery-plugin/
-
Losslessly Compress Images (Windows)
@Bonzai I see now, hmmm, yeah that can be a real pain in the backside when it comes to that, if you download the program from their website it puts a watermark on it for some reason which is useless. Hopefully someone will come up with a Windows al…
-
Losslessly Compress Images (Windows)
I use Image Optimizer - it's basically a website that allows you to upload your images and it will crunch them down by a considerable amount!
-
Young Developers
Hi @georgearnall A great way to learn something new is signing up at http://codecademy.com - I recently signed up and started learning JavaScript. It's so interactive and helpful. I would recommend learning a solid base of JS and then move on…
-
Javascript! Grayscale! Onload! What?
Hi @ashenrose I'm on my phone so it's hard to tell really but it sounds like the function is loading when the document is ready i.e. when all the elements on the page load - then do this function. To overcome this you could change the sc…
-
CSS Banners
You know what @Htmlmainiac I'm not too good with pseudo elements myself and it still confuses me on what makes it look like a transparent triangle. I need to learn how to use the :before and :after effectively still. Hopefully someone else coul…
-
Why Macs became trendy among Web Developers?
@joshuanhibbert - the Jacko gif has just made my night! You legend.
-
CSS Menu Font Size Issue
It seems you're using Vbulletin, which probably comes with it's own stylesheet... You have Arial as your font-family on your normal pages and on the forum is gets switched to Tahoma. What you could do is on line 1338 in your V Bulletin C…
-
Menu Split by Logo
What's happening when you hover over articles and store @chrisburton? Looks very nice, though!
-
CSS Banners
This will help you - http://jsfiddle.net/cszLX/
-
CSS Menu Font Size Issue
In your CSS you have code that looks like this: .forumbit_nopost .forumbit_nopost .forumrow .forumdata, .forumbit_post .forumrow .forumdata { font-size: 11px; } Change it to a higher font size...
-
CSS Banners
Can you take a printscreen and upload it to Imgur and share it with us here at least?
-
Rounded corners not working in Chrome
This is how it looks when I added all of Chris's prefixes on Chrome 23.0
-
Why Macs became trendy among Web Developers?
Also, Mac's feel more inspirational, the design of the OS, the form of the hardware help you focus and inspire your own designing and developing. The feel of using a Mac is so much awesomer than with Windows. Wow, @andy_unleash. That was f…
-
Why Macs became trendy among Web Developers?
Don't get me wrong, I love my PC for working on new designs. However if I had the money, I'd buy a Mac. The OS on Mac is so much more intuitive than Windows 7/8. Windows are making good progress and I am currently running Windows 8 now, …
-
Menu Split by Logo
@nickwinters Chris Spooner who runs Line25 has made a good article on something similar to what you're after. Take a look =)
-
Sublime Text 2
@jurotek - we all get like that from time to time.