The Vindicators - View Single Post - Question Css/xhtml issue
Thread: Question Css/xhtml issue
View Single Post
hornblower
Banned
 
Join Date: Jun 2007
Posts: 43
hornblower is on a distinguished road
hornblower is offline
Css/xhtml issue
Old 01-10-2008, 08:30 PM   #1 (permalink)

ahwel it might be worth a try, any css / xhtml persons here?
having trouble whit a part of a xhtml templatepart of my wip php system.

as u see the icon & input are not matching each others heigh level.
the problem is if i kick the icon down, the inputs follow automaticly.

screenshot:
http://img231.imageshack.us/img231/5575/errormp1.jpg
css:
Code:
.bicon {
        border: 1px solid #3290B6;
        margin: 0px;
}
.bform {
        border: 1px solid #3290B6;
           font-family:  trebuchet ms;
    font-size: 11px;
}
Reply With Quote