Yes, to all! (and thanks to all!)
This is the link: http://albafenicesite.appspot.com/
<http://albafenicesite.appspot.com/>Attached the css!
Massimiliano
2011/1/13 Fabian Kuran <[email protected]>
> Did you already tried to clean your browser cache and try it again?
>
> kind regards
> fabi
>
> 2011/1/13 Massimiliano <[email protected]>:
> > Yes, I have waited more of 24h. I'm dealing whit this from Sunday.
> > I can't understand why with the same browser on the same pc, offline it
> > works, online it doesn't.
> >
> > 2011/1/13 Wim den Ouden <[email protected]>
> >>
> >> Did you wait for a moment and try it again?
> >> static files are stored on a server near you, app files on the appengine
> >> server
> >> gr
> >> wim
> >>
> >> 2011/1/13 Massimiliano <[email protected]>:
> >> > Dear all,
> >> > I'm building a web site and I'm working with the float tag on my CSS.
> >> > The website is working well offline, but when I deploy it on the
> >> > appegine
> >> > all the box are in one column in the right (instead of some blocks
> >> > floating
> >> > on the left and some others on the right).
> >> > Is something I need to know in using CSS for appengine? I can't find
> >> > documentation about this.
> >> > Regards
> >> > Max
> >> > --
> >> >
> >> > My email: [email protected]
> >> > My Google Wave: [email protected]
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> > Groups
> >> > "Google App Engine" group.
> >> > To post to this group, send email to
> [email protected].
> >> > To unsubscribe from this group, send email to
> >> > [email protected]<google-appengine%[email protected]>
> .
> >> > For more options, visit this group at
> >> > http://groups.google.com/group/google-appengine?hl=en.
> >> >
> >>
> >>
> >>
> >> --
> >> gr
> >> Wim den Ouden
> >> Custom applications, https://e-comm.appspot.com/
> >> Free open source E-commerce framework (web) apps,
> >> http://code.google.com/p/relat/
> >> Gae developer tips, http://code.google.com/p/relat/wiki/gaetips
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Google App Engine" group.
> >> To post to this group, send email to [email protected].
> >> To unsubscribe from this group, send email to
> >> [email protected]<google-appengine%[email protected]>
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/google-appengine?hl=en.
> >>
> >
> >
> >
> > --
> >
> > My email: [email protected]
> > My Google Wave: [email protected]
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine%[email protected]>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine?hl=en.
> >
>
>
>
> --
> --
> Mit freundlichen Grüßen
> Fabian Kuran
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
My email: [email protected]
My Google Wave: [email protected]
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.
html, body{
margin:1px;
padding:0;
text-align:center;
}
div#container {
margin-left:auto;
margin-right:auto;
width:950px;
height:auto;
background-color:white;
font: 13px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
-webkit-box-shadow: inset 0px 0px 10px #000000;
-moz-box-shadow: inset 0px 0px 10px #000000;
box-shadow: inset 0px 0px 10px #000000;
}
div#h1 {font-size: 10px}
div#side {
margin-top:0px;
width:295px;
float:right;
position:relative;
margin-bottom:2em;
margin-left:0px;
text-align:justify;
font: 16px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
}
div#aventino {
width:auto;
padding:10px;
height:auto;
position:relative;
margin-bottom:2em;
background:FFE77C;
margin-left:0px;
margin-right:7px;
-moz-border-radius:2px;
border-radius:2px;
-moz-box-shadow: 1px 0px 6px #000000;
-webkit-box-shadow: 1px 0px 6px #000000;
box-shadow: 1px 0px 6px #000000;
font: 13px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
background: #F4E04A; /* old browsers */
background: -moz-linear-gradient(left, #F4E04A 1%, #FFEA8E 2%, #FFEA8E 99%, #F4E04A 100%); /* firefox */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#F4E04A), color-stop(4%,#FFEA8E), color-stop(96%,#FFEA8E), color-stop(100%,#F4E04A)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4E04A', endColorstr='#F4E04A',GradientType=1 ); /* ie */
}
div#box {
margin:3px;
padding-top:1px;
padding-left:2px;
padding-right:2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 0px 6px #000000;
-webkit-box-shadow: 1px 0px 6px #000000;
box-shadow: 1px 0px 6px #000000;
font: 15px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
height:150px;
width:190px;
float:left;
position:relative;
background: #CCCCCC;
background: -moz-linear-gradient(left, #CCCCCC 0%, #DDDDDD 4%, #DDDDDD 96%, #CCCCCC 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC), color-stop(4%,#DDDDDD), color-stop(96%,#DDDDDD), color-stop(100%,#CCCCCC));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=1 );
}
div#img {
margin: 0px;
-moz-box-shadow: 1px 0px 6px #000000;
-webkit-box-shadow: 1px 0px 6px #000000;
box-shadow: 1px 0px 6px #000000;
font: 15px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
float:left;
position:relative;
background: #CCCCCC;
background: -moz-linear-gradient(left, #CCCCCC 0%, #DDDDDD 4%, #DDDDDD 96%, #CCCCCC 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC), color-stop(4%,#DDDDDD), color-stop(96%,#DDDDDD), color-stop(100%,#CCCCCC));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=1 );
}
div#header {
margin-top:0em;
margin-bottom:2em;
font: 16px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
overflow:auto;
position:relative;
height:135;
}
div#secondo {
margin-top:0em;
margin-bottom:2em;
font: 16px/1.5 Arial, Helvetica,'Liberation Sans', FreeSans, sans-serif;
overflow:auto;
position:relative;
height:auto;
}
div#corpo {margin-left:5px}
div#footer {
clear:both;
margin-top:10px}