Jump to content
php.lv forumi

Dažas nesaptotamas lietas.


WeeD*

Recommended Posts

Sveiki, tātad man ir dažas problēmas kuras parādīšu bildēs lai jums vieglāk.

Kā var aktīvo logu paplašināt nu tu tur kur tumši zilais kad uzbrauc ar peli. kā viņu var pa visu Meņū bāru izstiept uz auģsu. ?

Un kā var to uzrakstu piemēram Sākums ielikt pa vidu meņū bāram ?

 

 

Mans CSS navigācija:

 

/* navigācija */
#nav {
clear: both;	
padding: 0px 0px 0px 231px ;
padding-bottom: 100px;

}
#nav ul {
float: left;
list-style: none;
background: 	#FFFFFF  url(images/nav.gif) no-repeat;	
width: 800px;		
padding: 0;	
margin: 0px  ;
height: 32px;
display: inline;
text-transform: uppercase;
border-right: 1px solid #000000;
border-left: 1px solid #000000;


}
#nav ul li {
display: inline;
margin: 10px 0px 0px 5px ;
padding: 5px;

}
#nav ul li a {
display: inline;
float: center;
width: 800px;
margin: 0px 0px 0px 0px ;
padding: 0px 0px;
border-right: 0px solid #000000;
border-left: 0px solid #000000;	
border-bottom: 0px solid #000000;
color: 		#000000  ;
font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
text-transform: uppercase;
text-decoration: none;	
letter-spacing: 1px;

}
#nav ul li a:hover, 
#nav ul li a:active {
float: center;
background: 	#000000  url(images/nav-active.jpg) repeat-x ;	
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
}

post-2821-126226820433_thumb.jpg

post-2821-126226830888_thumb.jpg

Link to comment
Share on other sites

Kā var aktīvo logu paplašināt nu tu tur kur tumši zilais kad uzbrauc ar peli. kā viņu var pa visu Meņū bāru izstiept uz auģsu. ?

ar line-height vai padding

 

Un kā var to uzrakstu piemēram Sākums ielikt pa vidu meņū bāram ?

inline elementu centrē, tā konteineram uzliekot text-align:center

block elementu centrē pašam uzliekot width un margin:0 auto

 

btw, kāpēc navigācijas linkam uzliki width:800px ?

vsp izskatās, ka pie šāda css, nemaz nevarētu iegūt tos screenus...

un kas ir float:center??? ahh sapratu, k4 tas ir kkāds joks. nevarēji sagaidīt 1. aprīli? :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...