I have styles defining color for aspects of the anchor tag. I have one link that I want to have black text. I've tried this but style colors are still applied:
<a href="http://www.cygen.c...
http://tinyurl.com/kvoj5k
I have a UL underneath the logo. i want to center it, but can't get it to work. CSS posted below. Can someone help?
Hey, Experts--
This isn't a completely working file--I'm just testing something at the moment, so I know that the form does absolutely nothing at the moment, other than check itself for bla...
@ http://tinyurl.com/l64a6s the right sidebar has boxes with borders that consist of images and css generated borders. Somehow they don't touch or connect in IE6. There are gaps so to speak. H...
Hey guys,
I have an image inside of a container. I would like for the image to float above everything and not move anything around. But it seems to be pushing one element out of place. The...
On the html file have css content as below:
<style type="text/css">
*{ margin:0; padding:0}
img, div { behavior: url("http://img.zing.vn/ms/landing_ob_ms/js/iepngfix.htc")}
body{ bac...
I have a ul being dynamically created by php and mysql. The list is an image concatenated with text. More specifically it is a category img, and a category title. So I displayed them as bloc...
I used css to align an image in the center of a container div.
div.x-icon-div {
text-align:center;
vertical-align:middle;
}
<div class="x-icon-div" style="width:170;height:170" >
<i...
This is probably very easy but I am have a difficult time centering a menu. How do I center the table/menu in my code below. I tried <center></center> but it is not working correct.
I need to somehow get a start on changing the background via for example jquery or something else if I hover over a navigation item. I need another div in the page change it's background at ho...
Hello experts. . .
I am trying to put a manual slide show on a single page. It needs to have 1 2 3. . . 10 numbers below the images for advancing slides. Also I'd like to be able to disp...
I am working on a website for a client, and I'm having a lot of trouble trying to get a dynamic menu (CSS-based) to show up outside of it's div container. I've been playing with z-index option...
Does anyone know how to validate lightbox js?
I get the following errors when validating.
I have used lightbox on serveral sites, but I think it's time to validate it and be done with it...
I have a menu in a list form (<ul><li.... form). I have applied CSS for making a dropdown menu.
The url of the page is: http://solus.ind.in/
Please suggest where am I wrong. This problem is ...
I have one empty div on my website that I need to set the height for. It of course works in all other browsers but IE6. Here is the CSS for that particular div. Can't seem to get it to be...
Hello,
I have login form at URL http://www.web2pdfconvert.com/login.aspx
It contain labels and controls, I have tried numerous css tricks to align Label and Control vertically, unfortunate...
Hello folks, I´ve a little problem with my CSS.
I´ve a page with CSS with background image and background color. The problem is the image or color show perfect in IE6 and IE7 but it doesn´t s...
Please take a look at the image I've attached.
There is a parent div (#1) and 2 children divs (#2 and #3), that are layers, positioned one on another. What I need to do is to expand div #1 ...
I'm just having the worst time getting some divs right on my page.
I have divs which contain images. These divs are supposed to float around between a "parent" div, which should be wall-to...
I have an input that is absolute and sits in a parent. In the DOM it is nested rather deep from the BODY.
This input appears when the user wishes to change some settings. It appears over to...
Experts -
I am having issues with CSS in IE6 and IE7. The attached image shows what the problem(s) look like. I am not sure how to fix the CSS to get the Nav bar to appear correctly, along...
I am setting up the CSS for a website and would like to have a navigation menu relatively positioned from the center, not the side. I have set the width parameter to 100%, but the actual siz...
Hi
i have a css button which works properly in firefox but seems distorted in IE 6...
pls help
have included all files and image am using
Hello experts. I am having an issue with the styling of a webpage and and how it is rendering out in different browsers. Within IE running compatability mode the page renders fine however if ...
I have a banner which includes a logo. In IE, the logo will link to the url in the entire width and height of the image as defined in css. In Firefox, it seems the height is ignored. How ca...