Ok I have a question, I am learning XHTML and CSS, not Dreamweaver and honestly what is wordpress, I use Textmate and Nvu. What is it?
http://wordpress.org/
Read what it says right on the site. It's PHP-based blogging software for your web site.
Ok I have a question, I am learning XHTML and CSS, not Dreamweaver and honestly what is wordpress, I use Textmate and Nvu. What is it?
Ok I have a question, I am learning XHTML and CSS, not Dreamweaver and honestly what is wordpress, I use Textmate and Nvu. What is it?
http://wordpress.org/
Read what it says right on the site. It's PHP-based blogging software for your web site.
Wow, fantastic job you guys and in record time! I see only a couple of glitches in Safari and just one subtle suggestion in both Safari and Firefox.
Safari glitches - 1) The inlaid pointers in the right side box are not lining up in the white (main) area but are slid over on the right about 25 pixels. 2) The text in the main box is not a scrollable text area but rather just extending down the page.
Firefox & Safari suggestion - I like how the vertical dotted line to the left of the word Blog looks in the original mockup versus the new look (3/4th height versus full height). It just seems to look a little bit better because it doesn't look like a split of a graphic. Just a thought...
Let me know if you need any help converting colors/graphics and I'll be happy to help!
Yeah, when viewed in safari or other webkit browsers, it's pretty messed up for now). And the dotted line is done in css, i'll try fix it, but there are no guarantees. BTW: does anybody know:
a. how to make a css property only apply to webkit browsers
b. a way to do something like "overflow-y: scroll;" in safari or opera
thanks in advance
b. a way to do something like "overflow-y: scroll;" in safari or opera
Are you looking for something like how the Musings from Mars guy does his scrolling on his page? With the static header & footer? Might be some tips there...
http://www.musingsfrommars.org/
well, I have all of my exams done in a week, so i should ramp up production by then. All I really have to do is do some debugging and get mrogers to help me make it a wordpress theme. I will probably release it for rapidweaver too.
Cant wait to see it for wordpress.![]()
![]()
window.onload = function() {
if (parseInt(document.getElementById('content').offsetHeight) < parseInt(document.getElementById('content').scrollHeight)) {
document.getElementsByClassName('metadata').style.padding-left = '18px';
document.getElementById('content').style.overflow = 'auto';
}
}