CSS ; vertical empty spaces in IE, not in Firefox
hello all,
would mind looking @ briefly me?
http://www.ed-terri.com/test_css.html
the menu looks correct in firefox, in ie6, spread out
making sections of empty space between each "button" speak.
i appreciate it.
thanks
tim
would mind looking @ briefly me?
http://www.ed-terri.com/test_css.html
the menu looks correct in firefox, in ie6, spread out
making sections of empty space between each "button" speak.
i appreciate it.
thanks
tim
hi all,
i wanted post fix / hack / repair received issue
future usenet-google-groups et al users.....
admittedly (yeah know) cross-posted question stylesheets
authoring group , got answer back. works perfectly, wanted post
the answer here.
also, before move on, want publicly thank al sparber getting me
started on new menu. wrapped making things complicated ,
posted popmenu magic question in pvii group. al not sent me down
right path, generated beautiful working example me start with.
so below black line full stylesheets group post , answer
user named spartanicus:
________________________
"spartanicus" <invalid@invalid.invalid> wrote in message
news:u1i3h21ea92thb38eidqv0didmti36as8a@4ax.com...
"destin_fl" <hightidemedia@gmail.com> wrote:
>would mind looking @ briefly me?
> http://www.ed-terri.com/test_css.html
>
>the menu looks correct in firefox, in ie6, spread out
>making big blocks of blank area between each "button" speak.
ie bug, solvable adding "zoom:1" hack "#menubar a" rule.
--
spartanicus
____
spartanicus, wow, can't thank enough... not have not found or
figured in 30 years.
i typed think of in google groups, in google search, trying
to find answer that.
i exhaustively search best can answer before posting, ,
just couldn't find this.
thank help!!!!!
tim
_________________________
the final code ended being, after zoom: 1; css hack
<style type="text/css">
<!--
#menubar {
font-family: arial, "trebuchet ms", sans-serif;
width: 195px;
border: 1px solid #f2f2f2;
}
#menubar ul {
margin: 0;
padding: 0px;
list-style-type: none;
}
#menubar h3 {
margin: 0;
padding: 5px 1px 1px 6px;
border-bottom: 1px solid #f2f2f2;
height: 18px;
font-size: 12px;
font-family: arial, "trebuchet ms", sans-serif;
}
#menubar a:hover {
color: #ffffff;
background-color: #000000;
}
#menubar {
display: block;
zoom: 1;
padding: 3px 2px 3px 13px;
border-bottom: 1px solid #f2f2f2;
text-decoration: none;
font-size: 12px;
}
#geninfo {
color: #333333;
background-color: #fffff2;
}
#geninfo h3 {
background-color: #fffec5;
}
#home {
color: #333333;
background-color: #dce2d9;
}
#home h3 {
background-color: #c9d3c4;
color: white;
}
#buyers {
background-color: #eae8de;
color: #333333;
}
#buyers h3 {
background-color: #ccbe88;
}
#sellers {
background-color: #e1edf2;
color: #333333;
}
#sellers h3 {
background-color: #b6cfd8;
}
#andmore {
background-color: #dce2d9;
color: #333333;
}
#andmore h3 {
background-color: #89b289;
}
-->
</style>
i wanted post fix / hack / repair received issue
future usenet-google-groups et al users.....
admittedly (yeah know) cross-posted question stylesheets
authoring group , got answer back. works perfectly, wanted post
the answer here.
also, before move on, want publicly thank al sparber getting me
started on new menu. wrapped making things complicated ,
posted popmenu magic question in pvii group. al not sent me down
right path, generated beautiful working example me start with.
so below black line full stylesheets group post , answer
user named spartanicus:
________________________
"spartanicus" <invalid@invalid.invalid> wrote in message
news:u1i3h21ea92thb38eidqv0didmti36as8a@4ax.com...
"destin_fl" <hightidemedia@gmail.com> wrote:
>would mind looking @ briefly me?
> http://www.ed-terri.com/test_css.html
>
>the menu looks correct in firefox, in ie6, spread out
>making big blocks of blank area between each "button" speak.
ie bug, solvable adding "zoom:1" hack "#menubar a" rule.
--
spartanicus
____
spartanicus, wow, can't thank enough... not have not found or
figured in 30 years.
i typed think of in google groups, in google search, trying
to find answer that.
i exhaustively search best can answer before posting, ,
just couldn't find this.
thank help!!!!!
tim
_________________________
the final code ended being, after zoom: 1; css hack
<style type="text/css">
<!--
#menubar {
font-family: arial, "trebuchet ms", sans-serif;
width: 195px;
border: 1px solid #f2f2f2;
}
#menubar ul {
margin: 0;
padding: 0px;
list-style-type: none;
}
#menubar h3 {
margin: 0;
padding: 5px 1px 1px 6px;
border-bottom: 1px solid #f2f2f2;
height: 18px;
font-size: 12px;
font-family: arial, "trebuchet ms", sans-serif;
}
#menubar a:hover {
color: #ffffff;
background-color: #000000;
}
#menubar {
display: block;
zoom: 1;
padding: 3px 2px 3px 13px;
border-bottom: 1px solid #f2f2f2;
text-decoration: none;
font-size: 12px;
}
#geninfo {
color: #333333;
background-color: #fffff2;
}
#geninfo h3 {
background-color: #fffec5;
}
#home {
color: #333333;
background-color: #dce2d9;
}
#home h3 {
background-color: #c9d3c4;
color: white;
}
#buyers {
background-color: #eae8de;
color: #333333;
}
#buyers h3 {
background-color: #ccbe88;
}
#sellers {
background-color: #e1edf2;
color: #333333;
}
#sellers h3 {
background-color: #b6cfd8;
}
#andmore {
background-color: #dce2d9;
color: #333333;
}
#andmore h3 {
background-color: #89b289;
}
-->
</style>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment