|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» Offices for BricPartner
Offices for BricPartner
Headquarters:BricPartner Limited (T/A MiaBric) Office 1, St Saviour's Wharf, 23 Mill Street, London, SE1 2BE UK Tel: +44 (0) 20 7394 9488 Fax: +44 (0) 20 7394 6777 E-mail: info@BricPartner.com Central Sales Office Office 7, 108 The Hawthorns, Flitwick, MK45 1FN Tel:+44 203 617 1445Fax +44 203 617 1454 E-mail: sales@BricPartner.com
MiaBric Sales Office: Ertosun House, 61 Widmore Road, BR1 3AA UK Tel: +44 (0) 20 8466 0455 Fax: +44 (0) 20 8313 3950 E-mail: Mia@MiaBric.com
Research, Design and Admin: 28 Albany Road, Colchester, CO6 3LB UK Tel: 44 (0) 20 30049099 Fax: 44 (0) 20 30028475 design@BricPartner.com
Bric Region Offices
BricPartner Brazil Edifício Galeria Sul America Rua da Quitanda, 86, 2nd Floor Centro Rio de Janeiro Brazil email: Brazil@BricPartner.com tel: 55 213747-1827
BricPartner IndiaLevel 8, Vibgyor Towers, C-62, G Block, Bandra Kurla Complex, Mumbai, 400 051, India email: India@BricPartner.com tel: +91 (0) 22 4090 7045
BricPartner China No.8, Lanping Rd, Nankai District, Tianjin, China email: China@BricPartner.com tel: +86 (0) 22 58652530
|
|
|
|