• Resolved Jeremy Clark

    (@jeremyclark13)


    I’m trying to update my theme to include the date to the left of a post in larger letters. I’ve gotten everything looking perfect in firefox. I was wondering if anyone could give me a tip on what would need to be changed for the layout to look right. My blog is here. Here is a the CSS for the date elements

    .post_date {
    	float: left;
    	height: 48px;
    	width: 50px;
    }
    .date_post {
    	float: left;
    	width: 50px;
    	text-align: center;
    	color: #2C4353;
    	font-size: 16px;
    	font-weight: 400;
    	padding-top: 5px;
    	padding-left: 2px;
    }
    .month_post {
    	float: left;
    	width: 48px;
    	font-size: 14px;
    	color: #2C4353;
    	text-align: center;
    	padding-left: 5px;
    }

    Please let me know if there is anything anyone can help me with. I also know the my site doesn’t validate I’m currently working on that. It has to do with my digg plugin. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • thebindlestick

    (@thebindlestick)

    The validation may fix it. My site was all wacked out until I validated a few simple things and IE shaped right up.

    Thread Starter Jeremy Clark

    (@jeremyclark13)

    I know where the validation problem lies with a single plugin and disabling the offending plugin and the site validates but the layout problem still exists. But thanks for the tip. I had some other layout problems earlier and fixing code so that it validated fixed that layout. But that’s not the case this time. Some one might also be having the same problem with the Greagious plugin. For some reason validation doesn’t like the ampersand in the url of the digg badge.

    Thread Starter Jeremy Clark

    (@jeremyclark13)

    Still searching for an answer. If someone could point me in the right direction I’d appreciate it.

    Thread Starter Jeremy Clark

    (@jeremyclark13)

    I’ve found a solution. Using an IE hack I’ve bumped the top padding up so it’s forced down where I want it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A little help for an IE layout problem’ is closed to new replies.