dawg
Forum Replies Created
-
Forum: Installing WordPress
In reply to: personal header and text through itNo it is just a title header and description , just delete them
I just saw your previous header and it looked ok to me but now you just have the default Kubrick color there so I am not sure wher you are going??
Forum: Installing WordPress
In reply to: personal header and text through itYou have to remove you blog title and description to remove it. Then you will see just your header.
Forum: Themes and Templates
In reply to: moving the sidebarI do not see a div class for your footer?
Forum: Fixing WordPress
In reply to: blog going crazy!The admin div is the first thing called above doc type so start with that.
PS your div id footer has a class of nav but this is all I can offer right now at 4 am
Forum: Themes and Templates
In reply to: moving the sidebarThe only thing with absolute is people with larger monitors, it is safe for 800×600 and 1024×768 but above that absolute will cause you some problems, that is why I wanted to float it.
Forum: Themes and Templates
In reply to: moving the sidebarThe overwhelming majority of WP users first time out want two columns, header and footer, with page centred. That is surprisingly difficult to implement effectively in a way that is guaranteed to work across platform Quote Root
I tend to disagree, it is actually quite easy. I too had trouble floating the sidebar but had it positioned absolute in the beginning which worked well but I wanted to float it. Here is my example that is based on classic that conforms to “want two columns, header and footer, with page centred.”
Forum: Themes and Templates
In reply to: moving the sidebarAt the possibility of being wrong here, it seems to be the dilemna I had a week ago, Ming suggestested that I put the sidebar before the content. I changed this in my template and all was well.
See this thread for a more detailed answer
http://wordpress.org/support/topic.php?id=25999#post-147535
DIV order matters
Forum: Your WordPress
In reply to: Something Saucy This Way ComesNo images here either
Forum: Your WordPress
In reply to: Meadow Theme – Something MilkyUnless I am missing something there is no jumpiness, what I see is the hover color for your border, make it the same and this will eliminate the jumpy feel, BTW if there is something else jumpy I missed it.
Switched pc’ and do see the jumpiness, my guess would be to do with your links
Forum: Installing WordPress
In reply to: css not displaying after upgrade to 1.5First off it is not displaying a css file as it has html mixed in, the actual link file comes back not found on server so at the sound of being repiticious, reupload the themes but first delete the old ones
Forum: Fixing WordPress
In reply to: Best way/place to upload images?Irfanview and Xnview are some moe freebies
Forum: Themes and Templates
In reply to: Trouble floating sidebar?Just a quick note to Ming, I was/am in support of your suggestion, and was just quoting Lorelle assessment which I believe is wrong.
When I did what you suggested it worked like a charm! again thanks
Forum: Themes and Templates
In reply to: Firefox vs. IE CSS@import url(http://www.delirity.com/wp-layout.css) that is the path and I am not sure how it is set up on your server
Forum: Themes and Templates
In reply to: Firefox vs. IE CSSIt also seemthat the css is called in your public_html main files and not using directories/paths because I can see your css it is just not being applied to the page. I would make sure that the path is correct.
Forum: Themes and Templates
In reply to: Trouble floating sidebar?Just a note to Ming and others, the layout of your structure is NOT dependent upon the layout of your page. You can have the sidebar, as an example, at the bottom of the structure and have it show up anywhere on the page. Look at the amazing designs at http://www.csszengarden.com/ as an example. EVERY design follows the exact same structure and content.
Quote LorelleWell the structure of it obviously had to do with it in my case, I am not sure you can use an example of ccszengarden that is html versus all the php that is going on within WP. I have never had trouble floating items in html/xhtml