ylc66
-
embedded movie layer problem with two tiered drop down menu
hi peoj, any link so we could have a look ?
-
background image repeat has border around each image
hi, i agree with wolfcry911 : any link ? or maybe all your png's already have some border... have you tried in your css file : img { border: none 0} ? youn.
-
Fighting with IE8 opacity
hello again ! and "oups" : i might have forgotten some little things: background:transparent; .my color (here black) : needs 6 x "0" (not 5 x "0") > 000000 .add zoom:1 so at the end (and i'just tried here…
-
Fighting with IE8 opacity
hi, i might be wrong, but i noticed that you 've writen filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); /* IE6–IE9 */ i don't get startColorstr=#4C (neither endColorstr=#4C …
-
Need Help with MAMP Woes
what do you get : .when clicking on "CMD" + "i" to get info, on your MAMP folder : what permissions do you get? (here i get : "Read + Write")- not htdocs folder. if you don't have permissions enough, maybe tryi…
-
any video experts?
hi ! i'm not an expert..but ... i've been using projekktor: easy to implement, customisable, cross browsers compatibility (even ie6 !), mobile devices , support (forum)...
-
Opacity of Parent and Child
Hompimpa is right. some clue with this ?
-
Cross Browser Transparency
what about trying this : .main_text { /* your code */ /* here for IE color : ffffff #C0 : opacity 75% */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0ffffff ,endColorstr=#C0ffffff); } original here : www.alsacreations…
-
CSS div alignment
@Senff : you did great ! :) @stylish16 : based upon Senff's code, maybe using % (width and height) allows you to fit with the user's window ...depending on what you want...
-
nav menu at bottom of page
hi ! i noticed this post is 'solved' but may i suggest you to use CSS3 for your animation... something like this (i basically used Cwapface code, and i just add some stuffs ...) of course : it's up to you to improve it still ....
-
Css transition issue
hi ! you may find some inspiration with a quick look on raphael goetter's footer ("Les livres publiés")
-
help with nav menu
an example on jsFiddle ? any link so we can have a look on your code ?
-
Has anyone had this problem? (css3 background)
i have no problem here, it looks Ok . MacBook Pro : . Chrome 19.0.1084.46 beta > OK . Chrome 18.0.1025.168 (Standard) > OK The only thing i can see is about your flags. Compared to Firefox : on Chrome (whatever version it is) the second one i…
-
Static Navigation Bar Help
hello dantarantula , may i suggest you firebug, a very usefull tool ? a quick look on 'gotochina" website gives an absolute position for navigation : and of course some tutorial.....for example Learn CSS Positioning in Ten Steps
-
Cross Browser Gradient
hello mevaser ! Ultimate CSS Gradient Generator is a great tool ! not sure it will help you but it seems to take care about browsers, and it's very easy in use .... :) youn.
-
Need Help with MAMP Woes
hello psionicsin, i don't get it... if you managed to install MAMP (you say you could enter "localhost:8888/"), have you tried just clicking on MAMP button (in your dock, or in "Applications/MAMP") ? Then you should get you…
-
menu with different items color
hi, what about : HTML : Home About Us Productions Gallery Mission Statement Artistic Policy Staff The Board Participation & Training …
-
Nth-child colourfull navigation issue
hello attilahajzer ! maybe you could try something like : /* here : same as yours */ nav{ background-color:#CCCCCC; height:35px; } nav ul{list-style-type:none; height:35px;border-bottom: 3px solid #CCC} nav ul li { padding: 0; margin: 0; line-h…
-
Problem with background-image (resolved)
maybe : background: url("images/pic.jpg") transparent center center no-repeat; so you can control position (here : 'center center') and background-color (here :'transparent' ) if your image upload fails.
-
Show different content in a div
hello, maybe you could try something like jquery-youtube-playlist-plugin. very simple (i used it) to implement...css as you wish .... hope it helps - good luck youn.