MaddTechWF
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Vertical list in CSSI’m not going to be using a loop from wordpress. I was just wondering how to do this in general in CSS. Say I have 8 items and I want to list them in a space that is 900px wide and each item is 430px wide with a 10px padding on left and right. I want each list item to have a different bullet icon.
Forum: Themes and Templates
In reply to: Some help with styling a list in CSSIt works only in Firefox. IE, Safari, and Chrome show it weird.
Forum: Themes and Templates
In reply to: Some help with styling a list in CSSwww [dot] qwertytech [dot] net / services
Forum: Themes and Templates
In reply to: Some help with styling a list in CSSokay…. so after fiddling around with it some more I got it working for the most part. My only problem now is that some of my text is not showing correctly…. Part of my text is wrapping and covering up art of my image.
Forum: Themes and Templates
In reply to: Div helpI can’t seem to find how to do it with a hex color code instead of an image.
Forum: Themes and Templates
In reply to: No widgets showing in my sidebarSweet… That fixed it. Thank you so much.
Forum: Themes and Templates
In reply to: No widgets showing in my sidebarThat didn’t seem to fix it but thanks for the input.
Forum: Themes and Templates
In reply to: No widgets showing in my sidebarOkay, I just noticed the comment //’s. I removed those but still nothing.
Forum: Themes and Templates
In reply to: Customizing my TitleThank you sooo much… that worked great.
Forum: Themes and Templates
In reply to: Customizing my TitleWell i want my site name to be there but have the page they are on change.
Example
SiteName >> About
SiteName >> Contact
SiteNameForum: Themes and Templates
In reply to: Help with some simple CSSForum: Themes and Templates
In reply to: Help with some simple CSSI’ve implemented the following code in HTML and CSS but when I move my mouse over the image it flashes… How can I stop this?
HTML
<li class="twitter"><a href="#" title="Follow Me on Twitter" target="_blank"><img src="<?php bloginfo('template_url'); ?>/style/images/twitter_32_bw.png" title="Follow Me on Twitter" /></a></li>
CSS
ol#media .twitter{ background: url('../images/twitter_32.png') no-repeat; text-decoration: none; display: block; height: 32px; width: 32px; position: relative;} ol#media li.twitter a:hover img{visibility: hidden;}
Forum: Plugins
In reply to: Multi page formI decided to use Gravity Forms and it was well worth it.
Forum: Fixing WordPress
In reply to: Help Adding PicturesMy problem was with my settings. I recently ported my site form a windows box to a linux box and forgot to update the settings.
Forum: Themes and Templates
In reply to: Sidebar helpI’m playing around with WPESP theme. It currently has a static item in the sidebar but I want to use widgets. When I click on the widget section, it tells me that I need to update my code to allow it.