mevaser
-
Nav cuts off in IE only!
Ah, got it fixed, it was the transparency, I forgot that CSS3 is not supported.
-
Nav cuts off in IE only!
Hmm, others told me they get cut off in IE8, rrrrrrr Thanks Chris,
-
Tag Wordpress adding image
see if that makes sense. thanks,
-
Tag Wordpress adding image
Sweet, not it is working with: Rich Text Tags Pluggin from WordPress!
-
Tag Wordpress adding image
How do I post code here? I though I had to put [code] but it does not work.
-
Tag Wordpress adding image
I am using index.php, but I could make a tag.php. How would that help?
-
current_page_item takes over all the drop down under its tree
ChrisxClash this tough me something great! Sad, but true. There is very documentation on this type of code: .current_page_item > a If you know where I could get references for it, I will appreciated it. Cheers,
-
current_page_item takes over all the drop down under its tree
This is the link of the page. http://bit.ly/LskVbg
-
Open youtube video on Lightbox in WordPress
Thanks mate, this one did the trick: http://iaian7.com/webcode/Mediabox/ The good thing, I place only the web address, and it makes it a playable video lightbox. Very nice.
-
Full Page Background Image | jQuery Problem in IE7 and 8
Hi Jonathan, the makers of this slider made it that each slider is called not with its own ID or CLASS. And in order to have the Full Screen Slider you must use ID to set it apart. I forgot to though take away some ID's and make them class, and…
-
Full Page Background Image | jQuery Problem in IE7 and 8
Thanks every one, still not cigar! what a bugger!
-
Full Page Background Image | jQuery Problem in IE7 and 8
I tried that, but in IE7 and 8 still jerks, it disappears, then appears.
-
Image Rollover and IE7
The css way was not working, so I did it via jquery, ha ha. jQuery(function($) { $(document).ready(function(){ // Preload all rollovers $("#roller img").each(function() { // Set the original src rollsrc = $(this).attr(&…
-
Image Rollover and IE7
I heard from others that have IE7 that this is an issue, yes.
-
Image Rollover and IE7
Senff, I know what you mean, some browsers show the Nav broken, I mean the one that has colors. My wife's pc shows it broken, but not this one. Weird,
-
Please Critique My Website
The client wants this project finish, period. Ha ha. Does any one know how to change this background on the front from FIXED to absolute without breaking the full image width?
-
Please Critique My Website
I am a perfectionist, I barely care if the customer loves it, if I love it, I am happy! Thanks, Keep it coming.
-
Please Critique My Website
Awesome comments, you know the extra nav, is weird, but it is the website's owner choice! I will fix the content area, that is exactly what I thought. The nav is Slider PRO - WordPress, which I combined with jQuery Method from http://css-tr…
-
Nivo Slider Full page
This did it: $(function() { var theWindow = $(window), $bks = $("#bks "), aspectRatio = $bks.width() / $bks.height(); function resizeBg() { if ( (theWindow.wid…
-
header not full width (it must) Please
Thank you, that did the trick!
-
Centering box
Thank you, but, the thing is, that the div that needs to be centered is inside of a div that has position: absolute, thus, it does not want to be centered. We tried this before, plus with a width of 960px. That is the problem.
-
What to do with a Malware-holder website, when you are its owner
I have fixed website that have this problem, first question, what server service do you use? How much do they help you. If you need some help send me an email. Cheers,
-
Cross Browser Gradient
Well the issue got a bit fix in Crome and Google, but not in IE9. I have some SVG working to do the transparencies, but they are not taking! Here is the code that is not listening. (I got the code from some where else. .fade-grad-r { backgroun…
-
Title in IE7 Cufon shows Flipped
The problem is that the title on that page shows flipped, the letters are showing upside down?
-
My Website in IE7 gets demolished!
Muchas Gracias / Thank you very much! / Toda Rabba!
-
Contact Form 7 classes
I do not know if you know this, but if you have a CSS that is telling all H2 that if you are in the Text area behave like this or like that, you can have a hack which will overwrite that, example: .myhack h2 {font-size:24px!important;} which…
-
Contact Form 7 classes
What I have done, let's say, I want a two column for this plugging is: Half of the form here. You can add an image and a bunch of things like that in here. The other Half of the form here. Obviously, I would put that CSS in …
-
Automatically organizing Data into 3 Colums via CSS
I found this, really help to do what I wanted it. http://welcome.totheinter.net/columnizer-jquery-plugin/