Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / August 2005



Tip: Looking for answers? Try searching our database.

Simple table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave Thomas - 28 Aug 2005 14:43 GMT
I am trying to build a header to each page:

<div class='header'>
<h5>HEADER</h5>
<span><select><option>Drop Down Nav</option></select><submit></span>
</div>

It looks good in IE but is messed up in firefox. The Header is white but
it is not showing up on the blue box. Also the submit button does not
line up with the drop down box very well in firefox (but again is fine
in IE). Here is what I am using:

This is suppose to create a blue box with a grey background

form div.header {
  width: 100%;
  border: 2px solid #999999;
  background-color: #003366;
}

The drop down nav is on the right side of the box

form div.header span {
   float: right;
   padding: .7% 2px 0px 0px;
   font-size: 80%;
}

The button to click next to the drop down menu

form div.header input.navSubmit {
   padding: .7% 2px 0px 0px;
   font-size: 82%;
   font-weight: bold;
  width: auto;
  padding: 0px;
  margin: 0px 2px;
  background-color: #cccccc;
  color: #000000;
}

The header

h5 {
  font-family: arial, verdana, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px;
  padding: 4px 4px;
  letter-spacing: 4px;
  float: left;
}

Any help in cleaning this up would be appreciated.

- CSS NEWBIE
'sNiek - 29 Aug 2005 10:18 GMT
Dave Thomas schreef:
> I am trying to build a header to each page:
>
> <div class='header'>
> <h5>HEADER</h5>
> <span><select><option>Drop Down Nav</option></select><submit></span>
> </div>

~snip~

> Any help in cleaning this up would be appreciated.
>
> - CSS NEWBIE

Can you post an URL?

Signature

Niek

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.