Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Strange dynamic menu border problem in Firefox

Reply
Thread Tools

Strange dynamic menu border problem in Firefox

 
 
sthrudel@gmail.com
Guest
Posts: n/a
 
      12-14-2006
I'm using ASP Menu control. Orientation is set to Horizontal so the
dynamic part of the menu is shown below static menu.

I set the CssClass of the DynamicMenuStyle
(menu.DynamicMenuStyle.CssClass = "DynamicMenuStyle"


and this is in the css file:

..DynamicMenuStyle
{
border: solid 2px white;
}


When I'm viewing the page using IE the border of the dynamic menu is OK
(nice solid border around the dynamic menu), but when I'm viewing the
page using Firefox the bottom border's width is 4px. If I only set the
top border (border-top: solid 2px white), Firefox automatically adds
the bottom border also! Why is that?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
asp:menu question - border on menu Axel ASP .Net 1 06-19-2009 10:31 AM
border-color: #003366; border-width: 2px; =?UTF-8?B?TWFydGluIFDDtnBwaW5n?= HTML 64 07-30-2006 04:01 PM
Drop Down List Border Width vs Text Box Border Width Coder ASP .Net 1 06-24-2006 01:27 PM
row bottom border in inner table not matching up with row border in outer table phl HTML 1 06-08-2006 03:43 PM
Datagrid Border showing when I say no border tshad ASP .Net 0 01-31-2005 05:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57