Browser and z-index issues
Hey there. I have an image that I am absolutely positioning. In Firefox it is where it is supposed to be, in Safari it is all whack. What is going on and what is a surefire way to know where it sits. ...
Hey there. I have an image that I am absolutely positioning. In Firefox it is where it is supposed to be, in Safari it is all whack. What is going on and what is a surefire way to know where it sits. ...
If only to implement max-height: max-height:200px; height:auto !important; height:200px; overflow:hidden; if only to implement min-height: min-height:40px; height:auto!important; height:40px; See?There is conflict on height! What's the solution? ...
Is there a decent CSS menu that will work with the asp:bulletedlist control? I've looked at a few different implementation, but most of them (i.e - see http://www.exploding-boy.com/images/center/center.html) rely on a span tag to contain the link text. Or is there a way to force the bulletedlist control to render the link tag using spa...
Hello, in order to reduce the number of HTTP requests I want to change my CSS to not use 20 different graphics files any more, but instead use 1 file and then change the offset. However, I find it very difficult to create these files from scratch - is there a developer tool that can create such a combined file for me from a number of so...
Hello, I'm using the WebDevHelper toolbar for Internet Explorer to troubleshoot HTTP requests/roundtrips on my SSL site and noticed that IE re-downloads my CSS :hover images every time they are triggered. This causes a huge amount of roundtrips. How can I prevent this from happening? Edit: All static content is served with cache-contr...
I am using a function to equalise the height of li tags returned from a database. I am also using jquery to assign certain li new classes dependant on their position in a row. Basocally my problem is that the positioning part of the jquery statement always works but the equal heights part will sometimes not fire, in fact it generally do...
<script language="javascript" > var speed=25; //speed var num=0; var photos = document.getElementById('head_image'); function scrollBG() { num++; photos.style.backgroundPosition="0"+num; } setInterval('scrollBG()',speed); </script> This is the site in question: www.theorymarine.com ...
Hello, When I upload/download some HTML/CSS/… file to FTP server, sometimes something puts every line of code in one line making it completeply unreadable. That something happens every now and then and I’m still looking for an explanation for this behaviour. What could cause this? ...
I use the PixelPerfect plugin for FireBug to tweak my XHTML/CSS-page to match a given design template. I wondered if there is a similar way to do this in IE6+? ...
#div that holds table, table tr td.class of td now what goes here to style a div class I put inside of the td class? ...
If I add this to my CSS... small a:hover, a:hover {background-color: #CCC; } This happens to all images that are also links when viewing in IE 8 (fine in firefox)... They look right... http://notails.com/nothover.jpg until I hover over them... http://notails.com/hover.jpg If I remove the line of CSS the behaviour goes away. I'v...
Here is the page I have a problem with on each image (little square) i apply the class <div class="odeurbox"> that should be 67 pixel wide...the result is a box 480 pixel wide Why is the style is superseded by something else.... obviously, there is something i dont understand from the CSS cascading .. any light ? p.s. i know you don...
So I want various aspects of my theme to change depending on the most recent post. Any idea how I could do it? I would prefer it to be by using on of the tumblr custom {html tag} things, rather than javascript or whatever. Don't know if that's even allowed on tumblr either. Theme Documents are here: http://www.tumblr.com/docs/custom_th...
I'm trying to decide the best way to include an image that is required for a script I've written. I discovered this site and it made me think about trying this method to include the image as a data URI (defined by RFC 2397) since it was so small - it's a 1x1 pixel 50% opacity png file (used for a background) - it ends up at 2,792 bytes ...
I want the user to be able to add extra forms if they are needed. How do I do that? ...
Hi all, I have a css class (given below). The border element is working fine in firefox, it creates a 6px white border around the image. But in IE(6) it is not creating any border ie only displays the image. Pls help me out I need to figure it out quickly. .pimage2 { background:url(../images/img2.gif) no-repeat; width: 469px; ...
Hi, In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting. How to solve it? ...
Hi there I was wondering if there is a way to change the color on the bullets in a list. I have a list like this: <ul> <li>House</li> <li>Car</li> <li>Garden</li> </ul> It is not possible for me to insert anything in the li's such as a 'span' og a 'p'. So can I change the color of the bullets but not the text in some smart...
I have many lines on my page generated from database with PHP. Each line is in DIV. I'd like to "select" a line by clicking on it. "Select" means change css for it. What is the easiest way to do it? ...
My web application is Asp.NET 2.0 and in one page, i'm using HttpWebRequest to load some content into a container page. This works well within Firefox, IE7/8, Safari but it crashes IE6. It hangs or shuts down. The content page i'm trying to read is called tmp.html and if i call it directly (using IE6) then it seems ok. The html code ins...