Web Hosting Talk







View Full Version : I'm looking for work (Aren't we all?)


mg-
04-25-2004, 04:23 AM
Hi,

I'm looking for some misc jobs in relations to HTML/CSS/PHP/MYSQL.

I've been coding for over 3 years now, and I consider myself well rounded, so if you're looking for some new coders, shoot me a pm or email (mike@runningmann.com).

Since this is WHT I'd be charging $20 / hour (The rate doesn't reflect my knowledge base).

I'm located in Canada and I have great communication skills, so you don't have to worry about different time zones, nor language barriers.

-Mike

stripeyteapot
04-25-2004, 05:33 AM
I have a small question to test your knowledge base.

Why does Mozilla process the CSS

padding-left: 6px;

And add it to the table width, knocking the whole design out of proportion?

mg-
04-25-2004, 04:18 PM
Well, aside from me believing the question doesn't really have an impact on whether or not I can actually create a functioning website across multiple browsers-Not to mention it being a question similar to knowing all the acronym's related to computers. I'd have to say when you add the style padding-left it can be applied to the table, the cell, or the data within the cell. This means depending where you put it, it can have a different outcome. Of course if you have a padding larger than the cell itself, it will come out being bigger than the original width! If you have 6 pixels of padding and a 50 pixel image, and your table width is 60, no problem.. if you have 6 pixels of padding and a 60 pixel image, well then of course it will extend.

Mozilla does what it tells you to do, not my fault IE doesn't.

Mozilla is like nix, it can break easily if you don't know how to code for it properly. Windows likes to make sure you can't break it, and they put a lot of drop nets in it. :)

How does that sound?