layout (Opgelost)
julianb - 31/12/2011 16:58 (laatste wijziging 31/12/2011 19:58)
Lid
hallo
Ik ben bezig met een website te maken. En ik had een vraag!
dat was ,als je bijv. je menu van je site padding:34px; doet.
en je kijkt op een andere pc en daarvan is het beeldscherm groter waar door je menu ergens anders staat. is er dan wat je in css kan zetten waardoor op welk pc met welk beeldscherm dan ook altijd op de juiste plaats staat?
alvast(een gelukkig Nieuwjaar) bedankt
Julian
p.s
ik heb gradient als achtergrond en in chrome doet die het maar in internet exploder niet
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1b1b2, endColorstr=#f0f0f0)";
background-color: #CCC;
background-image: linear-gradient(bottom, rgb(77,77,78) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -o-linear-gradient(bottom, rgb(77,77,78) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -moz-linear-gradient(bottom, rgb(77,77,78) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(77,77,78) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -ms-linear-gradient(bottom, rgb(77,77,78) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-attachment:fixed;
- ms- filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1b1b2, endColorstr=#f0f0f0)" ;
background- color: #CCC;
background- image: linear- gradient( bottom, rgb( 77 , 77 , 78 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - o- linear- gradient( bottom, rgb( 77 , 77 , 78 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - moz- linear- gradient( bottom, rgb( 77 , 77 , 78 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - webkit- linear- gradient( bottom, rgb( 77 , 77 , 78 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - ms- linear- gradient( bottom, rgb( 77 , 77 , 78 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- attachment: fixed;
iemand een oplossing dat die het in internet exploder wel doet?
8 antwoorden
Gesponsorde links
icemar - 31/12/2011 17:23
Lid
Dat ligt er aan hoe je css is opgebouwd kan daar zo geen makkelijk antwoord op geven zonder de rest van je css te zien
julianb - 31/12/2011 17:28
Lid
<style type="text/css">
#gradient
{
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1b1b2, endColorstr=#f0f0f0)";
background-color: #CCC;
background-image: linear-gradient(bottom, rgb(177,177,178) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -o-linear-gradient(bottom, rgb(177,177,178) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -moz-linear-gradient(bottom, rgb(177,177,178) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(177,177,178) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
background-image: -ms-linear-gradient(bottom, rgb(177,177,178) 2%, rgb(201,201,201) 51%, rgb(240,240,240) 85%);
}
div
{
display:block;
text-align:center;
}
#logo
{
text-decoration:none;
color:#0E0549;
font-family:Century Gothic;
text-align:center;
font-style:italic;
font-size:80px;
font-family:Kozuka Mincho Pro B;
cursor:auto;
text-shadow: 1px 1px 1px #6A6969;
}
footer p{
color:black;
font-family:Kozuka Mincho Pro B;
text-align:center;
cursor:default;
display:block;
cursor:auto;
padding-bottom:30px;
text-decoration:none;
color:#0E0549;
}
#sia
{
text-decoration:none;
color:#0E0549;
}
#sitemenue a{
text-align:center;
font-family:Kozuka Mincho Pro B;
text-decoration:none;
color:#2F2F2F;
outline:inline;
margin-top:175px;
font-size:x-large;
font-weight:lighter;
shadow: 1px 1px 1px #6A6969;
}
#menue:hover
{
background-color:#C2C2C2;
}
#about us
{
color:#0E0549;
}
#mail
{
color:#0E0549;
}
#hr1
{
color:#C2C2C2;
width:50%;
}
#hr2
{
color:#C2C2C2;
width:50%;
}
#blok
{
background-color:lightgray;
position:relative;
text-align:center;
display:inline-block;
}
#sitemenue
{
word-spacing:20px;
}
</style>
< style type= "text/css" >
#gradient
{
- ms- filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1b1b2, endColorstr=#f0f0f0)" ;
background- color: #CCC;
background- image: linear- gradient( bottom, rgb( 177 , 177 , 178 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - o- linear- gradient( bottom, rgb( 177 , 177 , 178 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - moz- linear- gradient( bottom, rgb( 177 , 177 , 178 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - webkit- linear- gradient( bottom, rgb( 177 , 177 , 178 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
background- image: - ms- linear- gradient( bottom, rgb( 177 , 177 , 178 ) 2 %, rgb( 201 , 201 , 201 ) 51 %, rgb( 240 , 240 , 240 ) 85 % ) ;
}
div
{
display: block;
text- align: center;
}
#logo
{
text- decoration: none;
color: #0E0549;
font- family: Century Gothic;
text- align: center;
font- style: italic;
font- size: 80px;
font- family: Kozuka Mincho Pro B;
cursor: auto;
text- shadow: 1px 1px 1px #6A6969;
}
footer p{
color: black;
font- family: Kozuka Mincho Pro B;
text- align: center;
cursor: default ;
display: block;
cursor: auto;
padding- bottom: 30px;
text- decoration: none;
color: #0E0549;
}
#sia
{
text- decoration: none;
color: #0E0549;
}
#sitemenue a{
text- align: center;
font- family: Kozuka Mincho Pro B;
text- decoration: none;
color: #2F2F2F;
outline: inline;
margin- top: 175px;
font- size: x- large;
font- weight: lighter;
shadow: 1px 1px 1px #6A6969;
}
#menue:hover
{
background- color: #C2C2C2;
}
#about us
{
color: #0E0549;
}
#mail
{
color: #0E0549;
}
#hr1
{
color: #C2C2C2;
width: 50 %;
}
#hr2
{
color: #C2C2C2;
width: 50 %;
}
#blok
{
background- color: lightgray;
position: relative;
text- align: center;
display: inline- block;
}
#sitemenue
{
word- spacing: 20px;
}
</ style>
icemar - 01/01/2012 09:05
Lid
Ja moet je css eerst ressetten http://meyerweb.com/eric/tools/css/reset /
En daarna werkt je css bijna goed in elke browser. IE wil soms nog wel iets lastig doen maar dan moet daar een extra regel voor aanmaken.
icemar - 01/01/2012 19:05
Lid
Waar loop je op vast ?
Graag meer info anders is het helpen lastig.
julianb - 02/01/2012 19:19
Lid
http://imagesha...loos5r.png /
http://imagesha...amloos.png /
hier zijn 2 voorbeelden, bij safari, firefox, opera, chrome doet de gradient en de background-attachment:fixed; het. Maar IE doet die het niet. En dan het andere als ik alles uitlijn en op een andere pc kijk met een andere beeldscherm is die anders uitgelijnd daar ook nog iets voor?
Gesponsorde links
Je moet ingelogd zijn om een reactie te kunnen posten.