Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
krafti

Usermenu

Recommended Posts

in welcher css kann ich die hintergrundfarbe von diesem feld ändern?

bzw wie heist das feld in der css

gruss krafti

post-3767-1257290353,83_thumb.jpg

Edited by krafti

Share this post


Link to post

hi helge, nein leider nicht, es gibt 4 einträge mit user_link_menucontent aber welches ist jetzt für den blauen hintergrund?

			}


	#user_navigation ul#user_link_menucontent {

		background: #828282;

		border: 1px solid #1d3652;

		margin-top: 0px;

		width: 170px;		

		float: right;

		z-index: 10000;

	}


		#user_navigation ul#user_link_menucontent li {

			padding: 1px;

			float: none;

		}


		#user_navigation ul#user_link_menucontent a {

			color: #ffffff;

			text-decoration: none;

			padding: 5px 5px 5px 15px;

			display: block;

		}


			#user_navigation ul#user_link_menucontent a:hover {

				background: #505050;

			}

Share this post


Link to post

Alle diese Codes sind dafür verantwortlich. Der erste halt für alle Listen, der zweite für alle Listenpunkte, der dritte für alle "Links" und der Vierte für den "hover" der Links.

Ausserdem wird, für die Hintergrundgrafik, auch noch diese CSS-Klasse benutzt:

	#user_navigation #user_link {
background: #1d3652 url({style_images_url}/th_bg.png) repeat-x 50%;
border: 1px solid #1d3652;
padding: 3px 20px 3px 10px;
margin: 6px 0 0px 8px;
min-width: 150px;
-moz-outline: 0px;
position: relative;
display: block;
overflow: hidden;
}

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×