Personal Site
Personal Site
Hello Firing Squad!
This is my first phpwcms design, and I'm still working out all the kinds and fiddling with the design, but I wanted to see what people thought! Nothing too fancy, pretty straight forward. I'll probably customize the menu a little more once I get the file upload situation fixed!
Let me know what you think! Thanks!
http://www.davegorrie.com/index.php
-Dave
This is my first phpwcms design, and I'm still working out all the kinds and fiddling with the design, but I wanted to see what people thought! Nothing too fancy, pretty straight forward. I'll probably customize the menu a little more once I get the file upload situation fixed!
Let me know what you think! Thanks!
http://www.davegorrie.com/index.php
-Dave
Hi, when you get problems with FF/Safari/IE, just try little "hacks" (not THE correct method, but works...) with the css,
i.e.:
in ur css (box) you got a height explorer doesn't respect, say
That is for css-compliant browsers (they understand the min-height), then you add a non-compliant line for IE, the trick is adding before your css code
would look something like this:
Hope this can help,
Cheers
i.e.:
in ur css (box) you got a height explorer doesn't respect, say
Code: Select all
#mainBlock {
background-color: #F9F6CA;
margin-left: 144px;
min-height: 500px;
}
Code: Select all
* html
would look something like this:
Code: Select all
* html #mainBlock {
height: 500px; /* css hack for MAC + IE always 500 min, otherwise extends automatically */
}
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
np, when I see smthg I can reply to (which are too few I must confess) I usually do it, that's why way this forum is so good (and because of pple like pappnase, frold, trip, pSouper, cyrano, spirelli, OG, brans...
Good luck!
Good luck!
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement