MyBB Community Forums

Full Version: Menu problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Maybe if we could see an example, we could get this solved a lot quicker.
(2010-01-14, 08:01 PM)computergeek67 Wrote: [ -> ]Maybe if we could see an example, we could get this solved a lot quicker.

[Image: 2eqfm9i.jpg]

See the gap to the left that is what the problem is.
Ok, ignore me, it's fine. Don't reset the ul's padding if you want to keep it.
(2010-01-14, 08:57 PM)combus Wrote: [ -> ]Ok, ignore me, it's fine. Don't reset the ul's padding if you want to keep it.

I don't have padding in the ul .... You are the one ignoring me..
By DEFAULT, browsers have a padding start on the UL. Just set a padding: 0 to it.
(2010-01-15, 12:04 AM)combus Wrote: [ -> ]By DEFAULT, browsers have a padding start on the UL. Just set a padding: 0 to it.

Could have said that in the first place ..... Anyways that is fixed thanks for telling me.

Now what is the default height of the trows?
(2010-01-14, 05:38 PM)combus Wrote: [ -> ]That's probably due the ul start default padding

(2010-01-14, 07:42 PM)combus Wrote: [ -> ]umm ul have a padding start by default (in webkit is 40px on the left for example), so you have to overwrite it.

Yeah, sorry I didn't tell you it was set by deafult.
(2010-01-15, 12:26 AM)combus Wrote: [ -> ]
(2010-01-14, 05:38 PM)combus Wrote: [ -> ]That's probably due the ul start default padding

(2010-01-14, 07:42 PM)combus Wrote: [ -> ]umm ul have a padding start by default (in webkit is 40px on the left for example), so you have to overwrite it.

Yeah, sorry I didn't tell you it was set by deafult.
Oh well I must have overlooked it. No big deal..
Pages: 1 2