|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
You are here » Home Page
» News
» Bric Development Bank
Bric Development Bank
2012-04-16
source own
The Bric's Partner Countries Brazil, Russia, India, China
and South Africa have been discussing proposals to form their own development
bank which could run on similar lines to the World Bank but under control of
the Bric's Partner Countries to help them fund projects in the other developing
nations.
The Bric's group are the world's fastest growing economies with a combined GDP
of over $ 13 Billion US Dollars and with close to 45% of the world's population
then the Bric's region carry's a lot of economic weight.
The Brics' political clout has grown with their importance to the world economy
and the latest summit declared its intention to set up a development bank to
mobilize "resources for infrastructure and sustainable development
projects in Brics and other emerging economies and developing countries, to
supplement the existing efforts of multilateral and regional financial
institutions for global growth and development".
The talk of a Bric's development bank is a further sign of the Bric countries
flexing their muscles and moving up a gear, taking more of a global leadership
role both politically and economically on the world's stage.
|
|
|
|