Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Firefox Problems

Why does the navigation menu on my website do this on Firefox?
bQbKvhw.png

And how do I fix the issue of the menu not dropping down on Internet Explorer?

Here's my CSS code:

#header {   height:65px;   line-height:65px;   background-color:#222222;   margin-top:0px;   padding-left:20px;   padding-right:20px;   border-bottom:3px solid #28B899; }  #header a {   color:#999999;   text-decoration:none;   display:block;   text-align:center; }  #header a:hover { }  #header ul {   list-style:none;   display:inline-table;   padding:0;   margin:0;   position:absolute; }  #header ul li {   display:inline;   position:relative;   background-color:transparent;   width:150px;   float:left;   padding:0;   margin:0;   text-align:left;   min-width:200px; }  #header ul li:hover {   background-color:#111111; }  #header ul ul {   visibility:hidden;   position:absolute; }  #header ul ul li {   background-color:#333333;   min-width:200px;   text-align:left; }  #header ul ul li:hover {   background-color:#222222; }  #header ul li:hover > ul {   visibility:visible;   position:relative; }  #header ul ul ul {   visibility:hidden;   position:absolute; }  #header ul ul li:hover > ul {   visibility:visible;   position:absolute;   left:100%;   top:0;   border-bottom:none; }


Discord: jawp#5123

Offline

#2 Before February 2015

Buzzerbee
Forum Admin
Joined: 2015-02-15
Posts: 4,575

Re: Firefox Problems

Is the problem with Firefox that the letters look all weird and not anti-aliased?


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

#3 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Firefox Problems

BuzzerBee wrote:

Is the problem with Firefox that the letters look all weird and not anti-aliased?

No the problem was the links were not inside the gray box they were below it.
I found a solution:

#header ul {   top:0; }


Discord: jawp#5123

Offline

#4 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Firefox Problems

Locked on request of the OP.


signature.png
*u stinky*

Offline

mrjawapa1423682774278658

Board footer

Powered by FluxBB

[ Started around 1738898683.5836 - Generated in 0.072 seconds, 12 queries executed - Memory usage: 1.41 MiB (Peak: 1.51 MiB) ]