Skip to content

Commit

Permalink
Fixed another layout problem with ie7 with header widgets
Browse files Browse the repository at this point in the history
git-svn-id: https://techozoic-fluid.googlecode.com/svn/trunk@81 010e1cd8-cc02-723b-e9b4-cf61d25fcfdd
  • Loading branch information
jeremyclark13 committed Dec 24, 2010
1 parent 00794cd commit 8865bfb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
#l_sidebar{ padding-top: 30px; }
#content { padding-top: 30px; }
#r_sidebar { padding-top: 30px; }
#headerimgwrap{ position:absolute;left:20%}
.hleft{position:absolute;}
.hright{position:absolute; right:0;}

</style>
<![endif]-->
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Expand Down
2 changes: 1 addition & 1 deletion options/css-build.php
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ function tech_color_verify($color){
padding:5px;
}
#headerimgwrap {
position: absolute;
position: relative;
top: 20%;
}
p img {
Expand Down
2 changes: 1 addition & 1 deletion options/header-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$tech = get_option('techozoic_options');
$header_folder = TEMPLATEPATH. "/uploads/images/headers";
$header_select_nonce = wp_create_nonce ('header-select');
$header_delete_nonce = wp_create_nonce ('header-deleet');
$header_delete_nonce = wp_create_nonce ('header-delete');
?>
<div class="tech_head">
<?php techozoic_top_menu();?>
Expand Down
2 changes: 1 addition & 1 deletion reset-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Techozoic Fluid
Theme URI: http://clark-technet.com/theme-support
Description: Simple, fluid width, widget-ready sidebars and footer, 2 or 3 column theme. Over 70 theme options to adjust column settings, color scheme, font, ad placement, and custom headers. SEO optimized titles and meta information. Visit the <a href="admin.php?page=techozoic_main_admin">theme options</a> page to setup Techozoic.
Version: 1.9.2
Version: 1.9.3
Author: Jeremy Clark
Author URI: http://clark-technet.com
Tags: blue, light, one-column, two-columns, three-columns, flexible-width, custom-colors, custom-header, theme-options ,left-sidebar, right-sidebar, threaded-comments, translation-ready, sticky-post
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Techozoic Fluid
Theme URI: http://clark-technet.com/theme-support
Description: Simple, fluid width, widget-ready sidebars and footer, 2 or 3 column theme. Over 70 theme options to adjust column settings, color scheme, font, ad placement, and custom headers. SEO optimized titles and meta information. Visit the <a href="admin.php?page=techozoic_main_admin">theme options</a> page to setup Techozoic.
Version: 1.9.2
Version: 1.9.3
Author: Jeremy Clark
Author URI: http://clark-technet.com
Tags: blue, light, one-column, two-columns, three-columns, flexible-width, custom-colors, custom-header, theme-options ,left-sidebar, right-sidebar, threaded-comments, translation-ready, sticky-post
Expand Down

0 comments on commit 8865bfb

Please sign in to comment.