Entry tags:
*sigh*
Anyone with CSS knowledge here know why the ConDFW logo on the ConDFW page sits nicely and neatly over to the left top in Firefox but sits squat in the middle in IE7?
The relevant (possibly) CSS styling under the cut.
This theme has an IE-hack style and a regular one.
IE-hack:
Regular CSS:
Off to get a haircut!
In order to forestall the helpful-intention comments that I usually get which don't help because they don't relate to the actual question I asked:
1) I don't give a damn if the site validates. We're not a government institution.
2) I'm using Wordpress, as shown by the little credits bar in the footer. This means that I don't have that much control over the placement of all the elements on the page without getting into the guts of the theme programming and the ENTIRE POINT of using Wordpress is to AVOID getting into the guts of coding. So don't worry about letting me know that you don't like (X) type of design, because chances are I'm not going to be able to change it. Bugs that render parts of the site unusable excepted, of course.
3) Anyone who wants to argue either of the above two is cordially invited to code their own version of this site. Keep in mind it's going to have to include a robust content management system that allows non-coders to update the site *and* manages guest/panelist bios that we keep from year to year (with some guests returning, some not) *and* has a shopping cart attached so we can sell t-shirts and memberships. Yeah. I didn't think so.
The relevant (possibly) CSS styling under the cut.
This theme has an IE-hack style and a regular one.
IE-hack:
* html #header div.logo{ background-image:url(images/condfw-logo2.gif) no-repeat left top; left:10px; text-align: left }
Regular CSS:
/** * HEADER */ #header{ padding:35px 10px 10px 10px; height:75px; text-align:center; background:transparent url(images/sfondobis.jpg) repeat left top; border-bottom:5px solid #000; } #header h2{ letter-spacing:2px; font-size:34px; line-height:1; text-align:center; } #header h2 a{ color:#000; text-decoration:none; } #header div.description{ color:#999; letter-spacing:2px; text-transform:uppercase; } #header div.logo{ display:block; width:142px; height:75px; background: url(images/condfw-logo2.gif) no-repeat left top; position:absolute; top:10px; margin-left:10px; } #header div.logo span{ display:none; }
Off to get a haircut!
In order to forestall the helpful-intention comments that I usually get which don't help because they don't relate to the actual question I asked:
1) I don't give a damn if the site validates. We're not a government institution.
2) I'm using Wordpress, as shown by the little credits bar in the footer. This means that I don't have that much control over the placement of all the elements on the page without getting into the guts of the theme programming and the ENTIRE POINT of using Wordpress is to AVOID getting into the guts of coding. So don't worry about letting me know that you don't like (X) type of design, because chances are I'm not going to be able to change it. Bugs that render parts of the site unusable excepted, of course.
3) Anyone who wants to argue either of the above two is cordially invited to code their own version of this site. Keep in mind it's going to have to include a robust content management system that allows non-coders to update the site *and* manages guest/panelist bios that we keep from year to year (with some guests returning, some not) *and* has a shopping cart attached so we can sell t-shirts and memberships. Yeah. I didn't think so.
no subject