Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Spry Menu Background

Explorer ,
Dec 04, 2008 Dec 04, 2008
I have a horizontal menu that is #001143 and the default background for the spry menu is white. I have looked through the horizontal menu CSS for the fix but cannot locate it. Do I need to add a property to the existing menu CSS?
Take a look at the nav menu to see what I am talking about.

http://www.nlf.com/learn.net/html/about.html
TOPICS
Extensions
960
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 05, 2008 Dec 05, 2008
ich_kann_schnell_laufen wrote:
> I thought that too. See below. I thought it might be in the spry style sheets.
>
> <td colspan="4" bgcolor="001143">

bgcolor requires the # as part of the value to be able to display properly. At least for Firefox 3. IE seems to show it ok for me.



--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
LEGEND ,
Dec 04, 2008 Dec 04, 2008
ich_kann_schnell_laufen wrote:
> I have a horizontal menu that is #001143 and the default background for the
> spry menu is white. I have looked through the horizontal menu CSS for the fix
> but cannot locate it. Do I need to add a property to the existing menu CSS?
> Take a look at the nav menu to see what I am talking about.
>
> http://www.nlf.com/learn.net/html/about.html
>

I tried the link in Firefox and IE and the menu background was blue. Have you fixed your issue, or is the issue different than the blue background that I'm currently seeing?


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 05, 2008 Dec 05, 2008
No it still is white. The table cell the navbar is in is white even though I set it to the blue I wanted. Look to the right of the menu. There is a white space about 30-50 px wide depending on which page you look at. I set the dimensions on the template page, but I keep getting a space.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2008 Dec 05, 2008
ich_kann_schnell_laufen wrote:
> No it still is white. The table cell the navbar is in is white even though I
> set it to the blue I wanted. Look to the right of the menu. There is a white
> space about 30-50 px wide depending on which page you look at. I set the
> dimensions on the template page, but I keep getting a space.

I see what you're talking about now. Actually, the color that you're seeing is the background color showing through of the TD that the menu is within. If you change the background color of that element to the color you want, you should be all set.

--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 05, 2008 Dec 05, 2008
I thought that too. See below. I thought it might be in the spry style sheets.

<td colspan="4" bgcolor="001143"><ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="/learn.net/html/about.html">about us</a> </li>
<li><a href="#" class="MenuBarItemSubmenu">solutions</a>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2008 Dec 05, 2008
ich_kann_schnell_laufen wrote:
> I thought that too. See below. I thought it might be in the spry style sheets.
>
> <td colspan="4" bgcolor="001143">

bgcolor requires the # as part of the value to be able to display properly. At least for Firefox 3. IE seems to show it ok for me.



--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 08, 2008 Dec 08, 2008
LATEST
That was it. God bless America thank you.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines