Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Border around main divWell it wont do. You width calculation is wrong. It seems right. But it does not allow for the *Variations of the Box Model*. I would drop the width of #content by 4+ px.
Forum: Fixing WordPress
In reply to: Split Sidebars – Can I do it?I have to say I agree with Otto42 on the semantics. But WP has so many gratuitous divs it scarcely makes a difference. Still it is horses for courses. My method(well hardly mine) is pretty stable and robust and avoids a lot of the other bugs that come with floats. Principally in Ottos method you end up with a margined element #content contigious to a float. I always avoid that situation.
Forum: Themes and Templates
In reply to: I don’t understand the comment systemNo. Nor do I understand..:)
Forum: Themes and Templates
In reply to: Border around main divFor this type of question we must have a link to the Blog In Question. And then we can read the code therein. We are coders. Not graphic designers. Photoshop/Screen Shots are no good.
Forum: Themes and Templates
In reply to: Centering floatsIt is hardly a *good catch* to be cognescenti of the fact that floats float. Left and Right. That is it. 🙂 But thanks for the sentiment. 🙂
Apropos the text-align center hack if you are concerned by IE 5+ compatility then it could be added as well in the parent container.
Forum: Fixing WordPress
In reply to: WordPress.com vs. WordPress.orgWell I dont think you would get away with hot linking off com for 2 minutes:) My script parses out a list of all the images using grep/awk/sed. Then using wget it goes and gets those images all on its own. No human intervention is needed. Its really neat. But getting them back in the right directories is what I am working on right now. But I repeat all help will be gratefully appreciated.
Forum: Fixing WordPress
In reply to: WordPress.com vs. WordPress.orgWhat happens with images? Images are conveniently stored in directories by year and by month. So first figure them all out. God knows how. Then make equivalent directories. Then. Er ..right click etc. Times by 200. This will without fail drive you insane. I have been working on a script to automate the process. But it is very tough to do and it is not finished yet. If any Bash gurus want to help out please respond here.
Forum: Fixing WordPress
In reply to: Split Sidebars – Can I do it?With the greatest of respect to Otto42 I would approach it differently. Putting the content first is great for accessibility and search engines. But floated elements need to come first. The solution was proposed by Jeffrey Zeldman about three years ago, it was promulgated at alistapart, and further amplified at thenoodleincident.
The trick is to float the content AND the menu in opposite directions.
NOW:
For 3 colums extra steps are needed. (1). It is necessary to wrap the content and ONE sidebar in another container div #main. (2). There must be two div class=clear. One in main. One after the second sidebar. (3)On no account add lateral, margins, padding or borders to #content or the #sidebar(s).Forum: Themes and Templates
In reply to: Centering floatsYou need {margin: 0 auto}
Forum: Themes and Templates
In reply to: Centering floatsFloats can’t be centered.
Forum: Fixing WordPress
In reply to: WordPress.com vs. WordPress.orgThe big question that leaves you with is how to transfer the images in posts? 🙂
Forum: Fixing WordPress
In reply to: WordPress.com vs. WordPress.orgIs there an easy way to transfer? No. There is not.
Forum: Themes and Templates
In reply to: Variable Length SidebarYou could reduce the presentational markup by putting the top graphic in the title. The bottom one would go in the ul. The tiling mid section in the li. It needs fiddling. But you would cut out 3 unnecessary divs. Some folk do not mind them.
Forum: Themes and Templates
In reply to: Multiple Blogs, One WordPress Install, Multiple Headers@joni: I keep sending you email. Would you like to contact me? atthe404 at gmail dot com. 🙂
Forum: Themes and Templates
In reply to: Multiple Blogs, One WordPress Install, Multiple HeadersFrom my standpoint this issue is being clouded by the fact we are dealing with something very close to the default theme, which is completely out of left field in this regard with hard coded links to presentational items in the templates. Its not right.