thetar
-
Posts
11 -
Joined
-
Last visited
Never
Posts posted by thetar
-
-
use position: relative;
-
another thing i noticed was you were naming the ul... ul id="blah"
i have ran into a lot of problems that are fixed by not doing this.... reference it by what div it is in.. example..
#menu ul {
...
}
#menu li {
.....
}
i have found that this works great.. also NEVER use the global call.. *{padding:0; margin:0;} .. its a nightmare.
-
a lot of times i like to use dl, dt, and dd for css formating, then you dont have to worry about list-style, etc..
also.. in the start of you style sheet it is good practice to make dl, ul, etc padding: 0px, and margin-left: 1em;.. this will help with IE/firefox problems..
-
not a tutorial, but i good reference is always www.w3schools.com
-
-
i hate the color rendering, i normally just use a 1x1 pixel png, like talked about above.
-
SEO maybe, not standards, that would be in each board.. standards for CSS, standards for XHTML, etc.
-
-
that means i need 8 more..
-
Any PHP programmers in Wisconsin, or willing to relocate, should message me on these forums.
I am looking to build a team of programmers for development of custom websites, and software that my company develops. This is a position, not a contract.
As my company will not out source, it is important for you to be able to be local, we care about our community.
Best Shopping Cart To Use as a Base?
in Third Party Scripts
Posted
with know how, sazcart ( www.sazcart.com ) is a great 'base' being simple, powerful, and secure.. but very easy to customize, and do just about anything that needs doing with.