seeingsound
-
Browser Facts - New Website about the different browsers available - Feedback wanted
People, don't say well done, when it's really not. There is nothing worse then non constructive criticism. Yes, he will get ego boost from that, but will his skills improve? No. But if I say that hey, the site sucks, he will go "**** …
-
Browser Facts - New Website about the different browsers available - Feedback wanted
@michaeloneill Did you just copy-past some text without reading it and checking it? Here is what you should to: Check all the info that you have added there (Wikipedia isn't always right or up to date). Install all those browsers and use them …
-
Browser Facts - New Website about the different browsers available - Feedback wanted
"Not as popular as the competition" is not a weakness. Weakness by definition has to be a flaw or weak point. Popularity is neither of those. There are so many mistakes on your site that it's sad. Do your research and try again
-
Helvetica Nue @font face
@fawadgd Helvetica Neue is not licensed for Web Embedding, so you can not legally us it with @font-face or cufon. Yes, technically you would be able to use it with both of these, BUT, it's not legal. So they can (and will) sue you.
-
Helvetica Nue @font face
No, it’s not licensed for @font-face.
-
selecting list items all but last?
I have used jQuery with almost the same problem: jQuery(document).ready(function($) { $('#nav li:not(:last)').addClass('star'); });
-
Wordpress and 960.gs - some issues
Did you remove .grid_12 from . main-work_row? So this is your code I would do it like this: And then remove padding and margin from .main-work-row and .row-top, and give .thumb margin-top: 1…
-
Wordpress and 960.gs - some issues
Easier solution: remove grid_12 class from .work_row. Then you don't have to use alpha and omega at all. And btw after .grid_12, you don't have to use .clearfix ;)
-
Help With Hovering
Then your out of luck. Don't worry about IE6 and IE7
-
floating images on an irregular grid.
There is also these: http://blog.creativityden.com/fluid-grid-using-jquery/ or Vgrid
-
Does display: none; hurt SEO?
"As long as you aren’t trying to trick search engines in any way you shouldn’t encounter any problems using either visibility or block to show and hide an element." http://www.vanseodesign.com/css/visibility-vs-display/
-
Menu styling with last-child of first child?
I have used jQuery(function ($) { $(".menu-wrap a:last-child").css("border","none"); }); Of course jQuery has to be loaded before.
-
Anyone got a copy of the old Starkers?
I have Starkers 2.8. https://www.dropbox.com/s/593344n9hs014h1/starkers 2.8.rar
-
Fine French Resturant website. Feedback?
cufon { text-indent: 0!important } Opera don't like it ( horizontal scrollbar, but only on front page ). text-indent: 1 is ok.
-
[Solved] [WordPress] Multilingual site, each language have different menu.
So I found a way to hide menu items in other languages(qTranslate). If anyone is interested this is how I did it: 1. Don't add title translation to the page you don't want to show, just add space (otherwise the title will be automatically …
-
Looking for a Good CMS for PHOTO GALLERY...
Pixelpost is good. It has comments(with spam protection), exif data and so on.
-
[Solved] Fieldset, Legends and the curse of Opera and IE
Whats the curse of Opera? :/
-
no idea what is happening
And you don't have to write "# "before ID in html, "#" in necessary only in css
-
[Solved] [WordPress] Image:hover in sidebar
Yeah, that's the easiest way probably.
-
[Solved] [WordPress] Image:hover in sidebar
Check "Free Beer" with Opera.
-
[Solved] Any idea why this is shifting?
You have 2 body tag openings. And this needs fixing:
-
Background Images change on refresh.
Check out Random Image Script by Matt Mullenweg Put all you images into one folder and put this script there to. And then just use body { background: url("bg/random.image.php") fixed no-repeat; }
-
Screen res.
1024 × 768 is normally the standard. So 960 px layout is ok.
-
headings and SEO question
Then use (if your already don't) Google Webmaster Tools. If you add your site to there, Google will warn you when your site looks spammy. There is also some other good tools.
-
headings and SEO question
Read what Google thinks about it.
-
Eclectic Barbering & Cosmetology School website...feedback?
In Firefox "to top" also isn't the smoothest thing. Thats scripts false, not Opera or Firefox. br is for a line break, using it as a clearfix is like making a layout with tables :)
-
Eclectic Barbering & Cosmetology School website...feedback?
Ok, show me some websites that "do something weird" :) 1680 x 1050, and horizontal scrollbar. On my laptop also. Don't use, use 960gs clearfix is better than yours.
-
Eclectic Barbering & Cosmetology School website...feedback?
Why Opera is crapshoot? And in every browser there is horizontal scrollbar. Something is messed up. And you are not using clearfix normally. Why your using br class="clear" 960gs clearfix is better :)