[SOLVED sortof?] Ad...
 
Notifications
Clear all

[SOLVED sortof?] Advance Search Boxes misaligned

1 Posts
1 Users
0 Reactions
1,349 Views
(@amalthia)
Posts: 93
Estimable Member
Topic starter
 

site: http://amalthia.mediawood.net/ebooks/search.php?searchtype=advanced
username: ebooks
password: forus

nature of problem: the Selected Categories's box isn't aligned with the Category Options. All the other boxes are aligned with their corresponding counterparts and I can't figure out how to get that box back up where it's supposed to be. On my other skins the boxes are aligned and I'm not sure why it's working there but not here.

here's my style.css page

/* Skin by Kylie Lee ( http://www.kyliefic.com) */
/* May 2006; created by altering eFiction's 3column template */
/* This skin is designed to be used for an individual author's archive, not an open-submission archive */
/* This skin disables the user login menu choice; authors should log into admin.php */

/* CODES ON EVERY PAGE */

html {
font-family: verdana, arial, helvetica, sans-serif;
background-color: #ffffff;
color: #000000;
font-size: 90%;
margin: 0;
padding: 0;
}

body {
margin: 0;
}

/* Layout and Text Styles in Alphabetical Order. */
/* Alternating Cells */
.even { background-color: #ffffff; border: 2px solid #000080; }
.odd { background-color: #ffffff; border: 2px solid #336699;}

#mainpage {
margin: 1em;
padding: 1em;
border: 2px solid #000080;
background-color: #ffffff;
}

/* the following defines your menu below the banner div */
/* the box around the menu and aligning the text to center */
#menu {
background: #ffffff;
text-align: right;
}
/* links in the menu */
#menu a {
color: #336699;
font-weight: bold;
text-decoration: none;
border-right: 2px solid #336699;
padding-left: 4px;
padding-right: 4px;
}

#menu li {display: inline;}

address {
font-family: verdana, arial, helvetica, sans-serif;
background-color: #ffffff;
color: #336699;
font-size: 80%;
font-style: normal;
margin-top: 2em;
padding: 1em;
    text-align: right;
}

h1 {
color: #336699;
font-family: verdana;
font-weight: normal;
font-size: 180%;
}

h2 {
border-bottom: 2px solid #336699;
color: #336699;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 120%;
width: 85%
}

h4 {
border-bottom: 2px solid #336699;
width: 85%
}

/* HOTLINKS */

a:link {
background-color: #ffffff;
color: #336699;
text-decoration: none;
}

a:visited {
background-color: #ffffff;
color: #336699;
font-style: normal;
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover {
background-color: #ffffff;
text-decoration: none;
}

/* the following defines your menu below the banner div */
/* the box around the menu and aligning the text to center */

/* INDEX PAGE */

.block { }

.block p {
margin-left: 2em;
}

.content {
margin-left: 2em;
}

/* In CSS-compliant browsers (Mozilla, Firefox), #categoryblock appears block centered. In IE, it correctly appears indented because I added a clearfix div around it. I can't alter #categoryblock properly so I've altered other div codes around it as a hack. */

#categoryblock  { }
.catblockcell { }

.newsbox {
margin-left: 2em;
}

.newstitle {
font-style: verdana;
font-weight: bold;
text-transform: capitalize;
}

#newsarchive {
font-weight: normal;
margin: 1em 0 0 2em;
}

/* CATEGORIES, RECENT PAGES */

#pagetitle /* same as h3 */ {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
margin: 0 0 1em 0;
}

.label {
font-style: verdana;
font-weight: bold;
}

#alphabet {
font-size: 115%;
margin: 1em 5em;
text-align: center;
}

#sort {
text-align: center;
}

#columnblock {
font-size: 100%;
line-height: 1.5em;
margin-left: 2em;
}

.sectionheader {
border-bottom: 1px solid #336699;
font-style: italic;
font-size: 100%;
font-weight: normal;
margin: 1em 0 .5em 0;
padding: .3em 0;
text-transform: capitalize;
}

.listbox {
margin: .5em 0 0 .5em;
}

.title {
font-size: 100%;
font-weight: normal;
text-align: left
padding: .5em;
}

.classification /* IE6 does not render this correctly if it's altered (say, to italic) */ { }
.adminoptions { }

.tail {
margin-left: 2em;
}

.classifications BR { display: none;}

#pagelinks {
font-size: 100%;
margin: 1em 5em;
text-align: center;
}

/* FIC PAGES */

.jumpmenu { }

.notes {
border: 1px solid #336699;
margin: 1em;
padding: 1em;
}

.notes title { }
.notes content {  }

#story /* font size hard-coded in each fic automatically to 100% */ { }

/* REVIEW PAGES */
/* Review pages also use #pagetitle, .listbox, .classification, and .adminoptions (defined above) */

.respond {
font-weight: normal;
margin: 1em 0;
}

/* ADMIN PAGES */

table { }
.tblborder { }

/* PRECONFIGURED BY eFICTION */

LABEL { }

.cleaner, .output {
clear: both;
height: 1px;
font-size: 1px;
border: none;
margin: 0;
padding; 0;
background: transparent;
}

/* The following fixes the disappearing text bug in IE. */

/* the clearfix class fixes certain problems with display in IE. If you have disappearing backgrounds and/or text in a div adding this class to the PARENT might help */

#output:after, .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

html>body #output:after, html>body .clearfix:after { display: none; }

#output, .clearfix { display: inline; }

/* Hides form IE-Mac */

* html #output, .clearfix { height: 1%; }
#output, .clearfix {display: block; }

/* End hiding */

EDIT: on my browser I increased the text size and that seemed to have solved the problem of the top box being misaligned. I have no clue why at a smaller font the boxes shift and if anyone knows a solution to keep that from happening agian I'd greatly appreciate their advice.


 
Posted : 17/04/2008 3:50 pm
Share: