Outline ·
[ Standard ] ·
Linear+
Rate the web design
|
TSikram_zidane
|
Jun 17 2006, 09:11 PM, updated 20y ago
|
|
originally from this thread.. http://forum.lowyat.net/index.php?showtopic=288181 ... here's the design.. http://ikram-zidane.com/minde some minor xhtml misplace.. gonna fix it later.. valid css...as always.. any thought ? thanks in advance... anyway.. how much do you think i should be paid for this design ?? just wanna ask... thanks again..
|
|
|
|
|
|
TSikram_zidane
|
Jun 17 2006, 11:31 PM
|
|
how much with integration ?? wordpress ?? its a website design actually... but since they have the shoutbox... it may be a blog design..
anyway... i'll get 100-200 for this...
|
|
|
|
|
|
TSikram_zidane
|
Jun 18 2006, 10:39 PM
|
|
QUOTE Face it, juggling studies, homework and your "job" would be very stressful, it'll take a toll on you soon enough. After all, you'll be expected to produce what a full-time worker does in a 8 hour day- and clients can be VERY demanding. for me... its jsut merely 2 hours+.. got to stay in school most of the time... but still having great times designing..
|
|
|
|
|
|
TSikram_zidane
|
Jul 1 2006, 06:58 AM
|
|
QUOTE(silverhawk @ Jul 1 2006, 02:38 AM) Very nice design, but let me comment a few things on your (x)html usage. 1) Doctype DO NOT use transitional. Always use strict, by using transitional you put the browser renderer into quirks mode. This means it tries to fix things for you and ignore the standard way of doing things. This in turn will make it harder to find any possible errors or bugs. Read this: http://www.quirksmode.org/css/quirksmode.html2) Understand the tags The paragraph text is meant for paragraphs and thus text. Paragraphs do not include lists. Those should be placed outside the paragraph. Each tag has a meaning, so use it accordingly. 3) Learn the purpose of attributes IDs as you know are short for identifiers or identities if you will. Which by definition is unique. You must not have 2 IDs with the same value, regardless of the tag. Also the anchor tag does not have an "alt" attribute. You should also enter some text in the "alt" attribute for your images. A short description of the image would suffice. HTML Reference: http://www.w3schools.com/tags/default.aspBesides that, you are on the right track dude. Keep up the good work  well, the xhtml document is not even valid at the moment...we are transitioning and yeah, i know that you can't uses id more than once... i uses ul tag inside a p so that it will remain consistent in its position.. thanks anyway.. This post has been edited by ikram_zidane: Jul 1 2006, 08:24 AM
|
|
|
|
|
|
TSikram_zidane
|
Jul 1 2006, 10:51 AM
|
|
add this to the xhtml document... inside the header div.. CODE <a id="home" href="http://cempakacomms.com/" title="HOME"><span>CEMPAKA 4 COMMERCE</span></a> and then add to the style... CODE span { display: none; } a#home { margin: 0; padding: 0; width: 650px; height: 259px; background: transparent url(images/banner.gif) top left no-repeat; display: block; }
or you could use text-indent to hide the text..
|
|
|
|
|