[QUOTE=Sc00by22;31331126]Every one of those backgrounds is an eye sore, the navigation bar looks out of a place a bit because it's not defined very well. It would probably look better in the top right with the logo. Also, are you really that desperate for rounded corners in every browser, is it worth an extra 4 images?[/QUOTE]
Could you make a screenshot of what you are seeing? Because the navigation bar seems to be fine for me: [url]http://i.imgur.com/8XFEs.png[/url]
I'll have a look into removing some eye-hurting backgrounds. And yus, I like rounded corners every now and then. :v: At first I had an easy rounded corner solution without the need of images by using the border-radius property. But since it's CSS3 only, not many browsers support it yet sadly. :rolleyes:
[QUOTE=Warvibe;31331793]But since it's CSS3 only, not many browsers support it yet sadly. :rolleyes:[/QUOTE]
Not many = everything beside IE8 and older.
[QUOTE=Crhem van der B;31332341]Not many = everything beside IE8 and older.[/QUOTE]Which is one of the most used browsers.
Quick Question, Which is best way to test backwards-compatibly for browsers?
[QUOTE=Chuushajou;31334123]Quick Question, Which is best way to test backwards-compatibly for browsers?[/QUOTE]
[URL="http://browsershots.org/"]http://www.browsershots.org/[/URL]
[QUOTE=Warvibe;31331793]Could you make a screenshot of what you are seeing? Because the navigation bar seems to be fine for me: [url]http://i.imgur.com/8XFEs.png[/url]
I'll have a look into removing some eye-hurting backgrounds. And yus, I like rounded corners every now and then. :v: At first I had an easy rounded corner solution without the need of images by using the border-radius property. But since it's CSS3 only, not many browsers support it yet sadly. :rolleyes:[/QUOTE]
Ah yes yours is different:
[url]http://i.imgur.com/aY9s1.png[/url]
1920x1080 - Chrome v12
[QUOTE=Chuushajou;31334123]Quick Question, Which is best way to test backwards-compatibly for browsers?[/QUOTE][url]http://browserlab.adobe.com[/url]
All major browsers there
[QUOTE=TerabyteS_;31326588][img]http://gabrielecirulli.com/p/20110725-172425.png[/img]
[/QUOTE]
That's just the kind of person I want hosting my websites!
[editline]25th July 2011[/editline]
Seriously?
[QUOTE=Chuushajou;31334123]Quick Question, Which is best way to test backwards-compatibly for browsers?[/QUOTE]
I simply have all major browsers installed (Firefox, Chrome, Opera, Safari[not really needed, since it's webkit], a couple of these include older and newer versions), and IETester for IE6-9. I develop with Firefox, and during development I routinely test everything out with different browsers, or if I suspect something might not work as intended.
Do remember these words, however: a website doesn't have to look 100% the same across all browsers.
[QUOTE=Fizzadar;31334952]That's just the kind of person I want hosting my websites!
[editline]25th July 2011[/editline]
Seriously?[/QUOTE]some 14 year old with his mom and putting up printed sheets of his shitty service
[QUOTE=StinkyJoe;31335067]I simply have all major browsers installed (Firefox, Chrome, Opera, Safari[not really needed, since it's webkit], a couple of these include older and newer versions), and IETester for IE6-9. I develop with Firefox, and during development I routinely test everything out with different browsers, or if I suspect something might not work as intended.
Do remember these words, however: a website doesn't have to look 100% the same across all browsers.[/QUOTE]
You can also test IE6-9 in IE9's developer console. It lets you choose between IE7-9 Standards, and Quriks mode (IE6).
Also, you can't immediately rule out Safari's compatibility just because it works on Chrome. It tends to render the document very similarly, but there are a few differences in JavaScript (Function.prototype.bind exists in almost every major browser except Safari).
[QUOTE=deadeye5362;31336340]You can also test IE6-9 in IE9's developer console. It lets you choose between IE7-9 Standards, and Quriks mode (IE6).
Also, you can't immediately rule out Safari's compatibility just because it works on Chrome. It tends to render the document very similarly, but there are a few differences in JavaScript (Function.prototype.bind exists in almost every major browser except Safari).[/QUOTE]
On windows 7 a good overlooked tip is to use the windows xp mode to run IE6 properly - this will give you a great example of what your site will look like on XP and IE6 which is the most likely combination
I am converting phpBB2 into phpBB3! It might sound stupid but stay tuned.
[QUOTE=Dotmister;31337175]On windows 7 a good overlooked tip is to use the windows xp mode to run IE6 properly - this will give you a great example of what your site will look like on XP and IE6 which is the most likely combination[/QUOTE]
Honestly, with all the movements to finally put IE6 to rest, I don't even bother with IE6 compatibility. Google has stopped support for IE6, even Microsoft had their very hyped [url=http://www.ie6countdown.com/]IE6 Countdown[/url].
[QUOTE=deadeye5362;31338816]Honestly, with all the movements to finally put IE6 to rest, I don't even bother with IE6 compatibility. Google has stopped support for IE6, even Microsoft had their very hyped [url=http://www.ie6countdown.com/]IE6 Countdown[/url].[/QUOTE]Sadly though, people still use IE8 which is a pretty horrible browser. In my opinion (I've also seen some websites do this, like youtube) the right thing to do is use css3 features, special selectors, etc. to decorate the page better, and to just make sure it [I]works[/I] in IE8, but with no fancy effects or decorations.
It would be fun to try and make [url]http://www.youtube.com/watch?v=KCSA7kKNu2Y[/url] in HTML5 and CSS3.
[QUOTE=deadeye5362;31338816]Honestly, with all the movements to finally put IE6 to rest, I don't even bother with IE6 compatibility. Google has stopped support for IE6, even Microsoft had their very hyped [url=http://www.ie6countdown.com/]IE6 Countdown[/url].[/QUOTE]
That's a bit extreme, you still have to check that IE6 doesn't display something which looks completely wrong. Google have only dropped support for IE6 for their latest designs, it's not like they let it display a broken page. The same goes for Facebook.
[QUOTE=Dotmister;31343022]That's a bit extreme, you still have to check that IE6 doesn't display something which looks completely wrong. Google have only dropped support for IE6 for their latest designs, it's not like they let it display a broken page. The same goes for Facebook.[/QUOTE]
Multibillion Dollar Corporations != Freelance/Casual Web Designers
It depends on the purpose. The latest versions of my wordpress plugins don't support ie6 (although they do actually work well - I haven't spent any time making that so) because wordpress 3.2 doesn't support it (and is unusable with IE6). Now that chrome frame can be installed without admin rights I don't know why anyone is still using ie6 but they are. I'm currently redoing my website and it will DISPLAY in IE6 but nothing more. The target audience is web devs (and if they are using IE6 then they need to be shot several times). I find what consumes most of my time now is not browser compatibility (mainly because I don't give a shit how it looks in ie7 - as long as it is usable) but making it search engine friendly. HTML5 and CSS3 is all very well but search engines ignore it so if you have a design that has everything display:none or opacity:0 by default and then stuff fades/slides in using css3/javascript then search engines will ignore it.
Also search engines don't like ajax so you need to have a non-ajax fall-back and then remove the href from the links via javascript and attach the ajax shizzle.
Just made this logo here for a thread in GD
[img]http://qfi.im/rayven/rayvenq.png[/img]
Please visit it, donate if you can.
[url]http://www.facepunch.com/threads/1111011-Rayven-Foundation-How-Rayven-s-amazing-story-made-us-raise-money-for-cancer-patients[/url]
Reading that thread has truly inspired me. I think, what we should do as a team is make some website templates or wordpress themes and stick them on themeforest and donate all the proceedings towards the foundation... Just a thought...
Just made this for a friend:
[url]www.taimur.me/choi/index.html[/url]
There's not much to it - he just wanted a landing page to use in place of a business card when giving out his details to... it's basically to boost his already inflated ego
[QUOTE=Alcapwne;31347485]Just made this for a friend:
[url]www.taimur.me/choi/index.html[/url]
There's not much to it - he just wanted a landing page to use in place of a business card when giving out his details to... it's basically to boost his already inflated ego[/QUOTE]
In the div labeled up as footer, try putting "border=0" in there to get rid of the box around your twitter link :downs:
[QUOTE=Chuushajou;31347575]In the div labeled up as footer, try putting "border=0" in there to get rid of the box around your twitter link :downs:[/QUOTE]
box around my twitter link? I see no box or twitter link :(
also probably change the text-shadow to "0px 0px 1px #000"...
my auto-merge! :(
[IMG]http://i.imgur.com/RfB1E.png[/IMG]
[QUOTE=Chuushajou;31347595]also probably change the text-shadow to "0px 0px 1px #000"...
my auto-merge! :(
[IMG]http://i.imgur.com/RfB1E.png[/IMG][/QUOTE]
ah that wasn't showing up in my browser, thanks :)
[editline]26th July 2011[/editline]
okay, I changed the border thing - is it okay now?
[QUOTE=Alcapwne;31347632]ah that wasn't showing up in my browser, thanks :)
[editline]26th July 2011[/editline]
okay, I changed the border thing - is it okay now?[/QUOTE]
Still there on mine?
[QUOTE=Chuushajou;31347724]Still there on mine?[/QUOTE]
ah I think it's the fact that the image is a link - I just corrected it
is it okay now?
[QUOTE=Alcapwne;31347736]ah I think it's the fact that the image is a link - I just corrected it
is it okay now?[/QUOTE]
Nope, still there? try putting " <a href="http://www.taimur.me" border="0"> "
Sorry, you need to Log In to post a reply to this thread.