I already upload my new site, and already check with css validator and found a lot of css error. But since the errors is about font and misspell, i think I'll get in to that later.
But for now i wanna know what is your opinion about www.dapurlogo.com i mean the looks, the speed, the navigation (is it confusing or not?), and how do you think about it.
Thx a lot guys i really need response (bad response always welcome! )
greet
zhastro
Pls Check www.dapurlogo.com
I'm afraid that if you're not ready to fix up the CSS errors, it's not ready for a site check just yet.
You've also got HTML errors you need to fix up as well:
http://validator.w3.org/check?uri=http://www.dapurlogo.com/
Let us know when it's done, we can have a proper look then.
Pls Check www.dapurlogo.com
I'm afraid that if you're not ready to fix up the CSS errors, it's not ready for a site check just yet.
You've also got HTML errors you need to fix up as well:
http://validator.w3.org/check?uri=http://www.dapurlogo.com/
Let us know when it's done, we can have a proper look then.
wow that's fast... yupp maybe i'll work on my css first thks dude!
Pls Check www.dapurlogo.com
wow that's fast... yupp maybe i'll work on my css firstthks dude!
Backwards, in my opinion. Get your html right first, then your CSS, then get back to us.
CSS needs to work with valid html or it's results will be unpredictable, so the html should come first.
Pls Check www.dapurlogo.com
Done, i already fix my css and w3c css said:
Congratulations!
Valid CSS! This document validates as CSS!
well still there's alot of warnings but it's ok, isn't it?
now guys can you help me by giving me opinion about www.dapurlogo.com?
thx
Pls Check www.dapurlogo.com
My opinion is to FIX the html errors, THEN look for general comments.
There are display differences between viewing it in Firefox and IE so it really does need to be corrected.
Pls Check www.dapurlogo.com
My opinion is to FIX the html errors, THEN look for general comments.
There are display differences between viewing it in Firefox and IE so it really does need to be corrected.
yes, but the only difference i know between seeing in IE and Firefox is the site placed in the center (like i meant to) in IE and didn't in Firefox, so whats your suggestion?
Pls Check www.dapurlogo.com
My suggestion, and everyone else's so far, is to fix the HTML errors.
http://validator.w3.org/check?uri=http://www.dapurlogo.com/?
Pls Check www.dapurlogo.com
My suggestion, and everyone else's so far, is to fix the HTML errors.
http://validator.w3.org/check?uri=http://www.dapurlogo.com/?
Done!
I already fixed my html errors and validator.w3.org said:
This Page Is Valid HTML 4.01 Transitional!
so i think i fixed all of my errors, can anyone help me giving opinions about www.dapulogo.com?
thx alot guys!
Pls Check www.dapurlogo.com
Okeydoke
The contrast on the navigation is a bit too low, the pale green hasn't got enough contrast from the white, and it's a bti hard to see.
I don't understand the point of the yellow box; why does it have a horiz scrollbar? Why doesn't the height resize with the rest of the site?
Also, I feel your text is too small. Nock it up a text size in Firefox, that's how it shoud look.
/edit
to center it in Firefox, change wrapper to this:
#wrapper { position:relative; text-align: center; width: 800px; margin: 0px auto; padding: 0px; background: #FFFFFF; }
Pls Check www.dapurlogo.com
Better to take out the font-size change on the hover effect in your kiri class.
tech
Pls Check www.dapurlogo.com
I don't understand the point of the yellow box; why does it have a horiz scrollbar? Why doesn't the height resize with the rest of the site?
well, i made it for my article preview, the plan is to put 2 new articles on that section, but now i only put one (planned to add later). but i agree with you, why the horiz bar appear.... ???????? can anyone have idea for that?
and many thanks for the code.
anyone else?
Pls Check www.dapurlogo.com
It's due to this:
overflow:scroll;
You're saying: "regardless of content, I want scrollbars to appear so it's ready if the content is too big".
Silly, I know, but what you'll want to use is:
overflow:auto;
instead, makes it much nicer
Pls Check www.dapurlogo.com
It's due to this:
overflow:scroll;
You're saying: "regardless of content, I want scrollbars to appear so it's ready if the content is too big".
Silly, I know, but what you'll want to use is:
overflow:auto;
instead, makes it much nicer
gee thks alot!
it works
ps. btw, how can you guys be so expert in css, is there any books to read, or good site to check, or just participate in this kinda forum so i can get knowledge from gurus like you?. because it's hard to find good books in Indonesia (i'm from Indonesia!), well the truth is i never found someone expert in Indonesia so it's hard to share infos or get knowledge. pls give me response for this...
Pls Check www.dapurlogo.com
The Internets is your best friend.
Start off with CSS tutorials, have a look through the CSS specs if you want, you'll learn about all of the bits and bobs.
THere's some useful links on this site as well.
Once you know the basics, it's simply a case of playing around with the attributes, you'll learn lots of new stuff.
THen, feel free to read articles from places like themaninblue or alistapart, they have great indepth tutorials about using CSS to achieve things.
Let us know if you need any more advice
Pls Check www.dapurlogo.com
thks for the advice!!!
really appreciate
rgrds