CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 6/28/2006 4:04:29 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 43 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
ggrous
Asp.Net User
Remove right arrow on horizontal menu6/28/2006 4:04:29 AM

0/0

Greetings:

How do you remove the right arrow from a horizontal menu. I just want the menu item and when I hover then other selections shown below, but I do not want the rightarrow.png to show up.

Thanks in advance.


Best regards,
George.
Russ Helfand
Asp.Net User
Re: Remove right arrow on horizontal menu6/28/2006 5:11:42 PM

0/0

Hi George, look in the file called MenuExample.css.  You'll find a copy in the two theme folders that come with the kit.  The first theme folder is App_Themes\Basic.  The other folder is App_Themes\Enhanced.  In MenuExample.css locate this rule:

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */

/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */

/* in each menu item. One comes from the CSS rule (above) governing the li tag that each menu item has. */

/* The second image comes from this rule (below). */

.PrettyMenu

ul.AspNet-Menu li a,

.PrettyMenu

ul.AspNet-Menu li span

{

color: black;

padding: 4px 2px 4px 8px;

border:1px solid #648ABD;

border-bottom: 0;

background: transparent url(arrowRight.gif) right center no-repeat;

}

Change the "background" property so it's value is just the word transparent.

Do the same thing for one other rule further down in the file:

/* While you hover over a list item (li) you are also hovering over a link or span because */

/* the link or span covers the interior of the li. So you can set some hover-related styles */

/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */

.PrettyMenu

ul.AspNet-Menu li a:hover,

.PrettyMenu

ul.AspNet-Menu li span.Asp-Menu-Hover

{

color: White;

background: transparent url(activeArrowRight.gif) right center no-repeat;

}

 

 


Russ Helfand
Groovybits.com
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Dreamweaver MX 2004: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 836, Published: 2004
QuarkXPress 5 for Macintosh and Windows: Visual QuickStart Guide Authors: Elaine Weinmann, Peter Lourekas, Pages: 498, Published: 2002
InDesign CS for Macintosh and Windows: Visual QuickStart Guide Authors: Sandee Cohen, Pages: 576, Published: 2004
Microsoft Publisher 2007 for Dummies Authors: Jim McCarter, Jacqui Salerno Mabin, Pages: 366, Published: 2007
Illustrator CS2 for Windows and Macintosh: Visual QuickStart Guide Authors: Elaine Weinmann, Peter Lourekas, Pages: 583, Published: 2006
Mac OS X Power Tools: Your Guide to Becoming a Power User Authors: Dan Frakes, Pages: 656, Published: 2004
Special Edition Using Microsoft Office Project 2003 Authors: Tim Pyron, Pages: 1248, Published: 2004
Web Design: The L Line, the Express Line to Learning Authors: Sue Jenkins, Pages: 547, Published: 2007
Word 2003 Personal Trainer Authors: CustomGuide Inc, Inc, CustomGuide Inc, Michele Filshie, Pages: 454, Published: 2005

Web:
Remove right arrow on horizontal menu - ASP.NET Forums How do you remove the right arrow from a horizontal menu. I just want the menu item and when I hover then other selections shown below, but I do not want ...
Menu Control: How do I remove the arrow from my horizontal menu ... I am using a horizontal menu on my website. The parent item has a right arrow to the right of it that I need to remove, but cannot find any ...
SimplytheBest DHTML horizontal dropdown menu script Set the overall width of horizontal menu to 100% and height to the specified amount (leave blank to disable) 0, // Right To Left - used in Hebrew for ...
Arrow <> Symbols to move Horizontal Menu Re: Arrow <> Symbols to move Horizontal Menu. Poster: Ruth ... the menu in the middle one and having the controls in the right and left. ...
Horizontal Menu In Javascript Span From Left Right I have placed my horizontal menu in javascript (1003 px width) in a table whose width is 1003px my dropdowns span from extreme left to extreme right. ...
Menus Javascript & DHTML Unfolds left to right, right to left, top down or bottom up. Main menu horizontal or vertical. Positioning absolute, centered, relative to content, ...
Dynamic Drive DHTML Scripts- All Levels Navigational Menu Support for either "Horizontal Top Bar" or "Vertical Side Bar" orientation. In the later, the drop down menus drop down to the right of the primary menu ...
Menu List - SVG component Help Down Arrow, Draws down arrows. Left Right Arrow, Draws left right arrows. ... Horizontal Right, Aligns figures to the horizontal right. ...
Keyboard Accelerators Quickly pushing and releasing MB3 will bring up a popup menu in the main window of ... Ctrl-Right(Left) arrow keys - if the list has a horizontal scrollbar, ...
Template Lite: The smaller, faster templating solution sub_right_arrow = path to right arrow image (optional) * - sub_width = fixed width for all ... horizontal_width = fixed width for the main horizontal menu. ...

Videos:
Photoshop - Remove Background - Isolate Foreground - Tutorial For HIGH QUALITY: http://FreePhotosAndArt.com Sharp full screen video on home site. In this tutorial we are going to remove an unwanted background....
Photoshop Tutorial - Remove Background - Isolate Foreground www.FreePhotosAndArt.com In this tutorial we are going to remove an unwanted background. To do so, we first have to isolate the foreground objects t...




Search This Site:










problem using web parts

web part and sql configuration

copying a webpart instead of drag&drop?

how can i override 'add' button functionality in catalog zone

menu items are not attached to menu

can not change width and height of web part

data error of some sort

rule base personalization

datagrid hyperlinkcolumn popup

personaliztion and windows authentication

webparts & passport authentication

same webpartzone on more than one page

how have [personalizable] and [webbrowsable] attributes been substituted?

how do i trap editor zone close verb click?

web user control added from catalog zone

ajax, webparts and updateprogress

event handlers not firing when generating partial postback using icallbackeventhandler

error: 'webpartmenu' undefined

which webpart is editing?

webpart parttitle

webparts and tabbed view

new tableprofileprovider error with type="microsoft.samples.sqltableprofileprovider"

asp.net 2.0 profile

aspnetsqlprovider

dynamically adding and removing webpartzones

how to horizontally justify-align all webparts in a webpartzone?

dynamically add remove webpartzone

web parts instantiation

custom web part constructor: set values

web parts issue

  Privacy | Contact Us
All Times Are GMT