Leosquarez – Website Design and Development

Website Design and Development

If you have a dropdown menu that works fine in all the browser a part from IE 7 and you have a problem like this one:

Z-index work in Internet Explorer 7 (and lower )a different way:

“In Internet Explorer positioned elements generate a new stacking context, starting with a z-index value of 0. Therefore z-index doesn’t work correctly”

To fix z-index issue in ie give to the parent element a higher z-index actual fixes the bug!!!

WRONG:

<ul>
<li>
<ul class=”DROPDOWN”>
<li> …. </li>
<li> …. </li>
</ul>
</li>
</ul>

<div class=”SLIDER-JQUERY”>
………..
</div>

FIXED

<ul>
<li style=”z-index:999999″>
<ul class=”DROPDOWN”>
<li> …. </li>
<li> …. </li>
</ul>
</li>
</ul>

<div class=”SLIDER-JQUERY”>
………..
</div>

Try and let me know..

Popularity: 3% [?]

Posted by leosquarez On January - 25 - 2011 Condition EI6 Interesting from the web Web Development

Hey I’d like to share with you the brilliant idea that Ziller, a web development company in sydney australia, had:

For every website Ziller is going to build 5% will donate to gorilla foundation that protects mountain gorillas in Africa.

If you want to know more about the Ziller initiative click here

Good Job Guys!!!

Mountain Gorilla

Mountain Gorilla

Popularity: 1% [?]

Posted by leosquarez On January - 19 - 2011 Interesting from the web Leosquarez Service

Hey if you like me don’t know where to go all the time that you drive in Sydney in a E-toll street and you don’t have an E-tag the website is this one:

https://ols2.rta.nsw.gov.au/eep/readRegisterTerms.do

sydney pay etoll

sydney pay etoll

The problem is you need to get a PASS, even for past trip!

How you can pay motorway tolls

The table below details the payment options for each motorway.

Motorway Toll Charged Toll type
Toll payment
Cash
Tag
Pass
Sydney Harbour Tunnel Southbound Time based tolling
Yes
Yes
Sydney Harbour Bridge Southbound Time based tolling
Yes
Yes
Eastern Distributor Northbound Flat rate
Yes
Yes
Yes
M5 Each direction Flat rate
Yes
Yes
Yes
M7 Each direction Distance-based
Yes
Yes
M2 Each direction Flat rate
Yes
Yes
Yes
Lane Cove Tunnel Each direction Flat rate
Yes
Yes
Falcon St Gateway Each direction Flat rate
Yes
Yes
Cross City Tunnel Each direction Flat rate
Yes
Yes

Pay you toll form here:

https://ols2.rta.nsw.gov.au/eep/readRegisterTerms.do

Popularity: 1% [?]

Posted by leosquarez On January - 9 - 2011 Interesting from the web Utility

Subscribe here

VIDEO

TAG CLOUD