Skip navigation.

exploreopera

| Help

Sign up | Help

My 0.02$ on Opera Community development

published by Ivan Minic

Posts tagged with "footerads"

avatar

Spread Opera : Footer middle ads 100x11 pix - Try Opera Browser

, ,

Dark red icon:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xRed.gif
You can see an example here

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xRed.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>



Dar kblue icon:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xBlue.gif

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xBlue.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>



Dark violet icon:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xViolet.gif

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xViolet.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>



Dark green icon:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xGreen.gif

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xGreen.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>



Dark blue green icon:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xBGreen.gif

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xBGreen.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>



Black:

[img]http://my.opera.com/SerbianFighter/homes/middleads/100x11xBlack.gif

Insert this in your CSS code:
a#OperaUser {
position: absolute;
right: 50%;
bottom: 0;
display: block;
height: 11px;
width: 100px;
background: url(http://my.opera.com/SerbianFighter/homes/middleads/100x11xBlack.gif) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
<a id="OperaUser" href="http://www.opera.com/">I use Opera!</a>
avatar

Spread Opera : Footer ads 94x11 pix - Try Opera Browser

, ,

Dark red icon:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xRed.gif
You can see an example here

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xRed.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]



Dar kblue icon:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBlue.gif

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBlue.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]



Dark violet icon:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xViolet.gif

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xViolet.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]



Dark green icon:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xGreen.gif

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xGreen.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]



Dark blue green icon:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBGreen.gif

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBGreen.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]



Black:

[img]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBlack.gif

Insert this in your CSS code:
[COLOR=orangered][B]a#OperaUser {[/B][/COLOR]
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 11px;
width: 94px;
[COLOR=royalblue]background:[/COLOR] url([COLOR=darkblue]http://my.opera.com/SerbianFighter/homes/footerads/94x11xBlack.gif[/COLOR]) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


Insert this just below BODY tag:
[B]<[/B]a id="OperaUser" [B]href="[/B]http://www.opera.com[B]/"[/B][B]>[/B] [B]<[/B]/[B]a>[/B][/B]
October 2008
SMTWTFS
September 2008November 2008
1234
567891011
12131415161718
19202122232425
262728293031