473,466 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Css is not working with fire fox

15 New Member
I use following css it's working with IE but not working with fire fox

Expand|Select|Wrap|Line Numbers
  1. #Content_Menu
  2. {
  3.     margin: 0 0 0 0;
  4.     padding: 6px 6px 0px 6px;
  5.     width:100%;
  6.     height:35px;
  7.     background-color:#999999;
  8.  
  9. }
  10. #tablelist
  11. {
  12.     padding: 15px 0; float: left;
  13. }
  14. #tablelist li
  15. {
  16.     list-style: none;
  17.     display:inline;
  18.     margin:0px 0px 0px 0px; 
  19. }
  20. #tablelist li a
  21. {
  22.     vertical-align:bottom;
  23.     text-decoration: none;
  24.     padding: 5px 30px;
  25.     margin-right: 6px;
  26.     background-color:#999999;
  27.     font-weight:bold;
  28.     color:white;
  29. }
  30. #tablelist li a:hover
  31. {
  32.     background-color:#F7F7F7;
  33.     color: #999999;
  34. }
  35. #tablelist li a.current
  36. {
  37.     background-color:#F7F7F7;
  38.     color: #999999;    
  39. }
  40. #tablelist .key
  41. {
  42.     text-decoration: underline;
  43. }
  44. #submenu
  45. {
  46.     margin: 0 0 0 0;
  47.     padding: 6px 6px 0px 6px;
  48.     width:100%;
  49.     height:25px;
  50.     background-color:#f7f7f7;
  51.     border-bottom-color:#999999;
  52.     border-bottom-style:solid;
  53.     border-bottom-width:1px;
  54. }
  55.  
  56. /* site navigation */
  57. #right_navigation
  58. {
  59.     float:left;
  60.     width:180px;
  61.     margin:0 0 0 0;
  62. }
  63. #right_navigation ul
  64. {
  65.     margin: 0 0 0 0;
  66.     padding: 0;
  67. }
  68. #right_navigation li
  69. {
  70.     list-style: none;
  71.     border-bottom:1px solid #999999;
  72. }
  73. #right_navigation li a
  74. {
  75.     font-size: 1.1em;
  76.     color: #554;
  77.     display: block;
  78.     padding: 8px 0 8px 5%;
  79.     text-decoration: none;
  80.     width: 95%;
  81. }
  82. #right_navigation li a:hover
  83. {
  84.     background-color:#f7f7f7;
  85.     border-right: 1px solid #999999;
  86. }
Jul 19 '07 #1
4 1718
gits
5,390 Recognized Expert Moderator Expert
hi ...

what exactly is not working? perhaps you post this in the HTML/CSS forum too ... so that the experts over there may find and answer this question ... in case you want me to move it there give me a note to do so ...

kind regards
Jul 19 '07 #2
CoolForU
15 New Member
thanks for reply

content menu and menu related css is not working
Jul 24 '07 #3
jimberry
11 New Member
Can you post a link to the page that is not working, or else post the HTML code which is supposed to work with this CSS?
Jul 24 '07 #4
tburger
58 New Member
Also, a description of what the menus are designed to do would be helpful.

Judging by elements like "submenu", it looks as though there might be some dynamic action as well (i.e. drop-down javascript)...is this the case?

Tom
Jul 24 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Chris Mayers | last post by:
Hi, I have an application that has (for the sake of argument) 2 (MDI) windows open. If I click into a textbox on FormA then the 'Enter' event for that TextBox fires, great! However, if I then...
12
by: Epetruk | last post by:
Hi all, I want a page where the contents of a table cell are replaced with an image when the mouse moves over the cell, and the text is restored when the mouse moves out. Here's the html for the...
4
by: JC | last post by:
I have a form based on a query. I have the OnDirty event launch a procedure that enables my custom "Save" button. I press Save after making my changes and the record is saved. At the end of the...
3
by: ScottO | last post by:
I would like the user to have to select something in a System.Windows.Forms.ComboBox. private void MyForm_Load(object sender, System.EventArgs e) { ... comboBox.DataSource = data;...
4
by: anand | last post by:
In my website i want to trace the event when user log off from the site by closing the explorer so i am unable to run any server side program at that time and my session_onend event also not...
3
by: Jason Shohet | last post by:
They are working fine on our w2k servers. On the remote site -- using 2003 server -- the controls don't occur until after the action is taken. We are doing a catch, so that we don't give the user...
2
by: GGW | last post by:
Hi, I am building a Ecommerce site using usercontrols. I built a search control that uses the Ontextchaged event. The control was place manually on the page- not dynamiclly. All was working fine...
2
by: Noozer | last post by:
Hi! Trying to get my head around working with network connectivity in VB.Net. I've gotten a fairly decent control based on the sample in the 101VBSamples available from Microsoft.What I'm having...
3
by: CoolForU | last post by:
I use following css it's working with IE but not working with fire fox #Content_Menu { margin: 0 0 0 0; padding: 6px 6px 0px 6px; width:100%; height:35px; background-color:#999999;
31
by: ajos | last post by:
hi frnds, i have a form,which has 2 input text boxes, the values are entering the text boxes,when i leave the 2 text boxes blank and hit submit a java script gives the message that the 2 fields are...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.