Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top CSS Solutions: 101 - 125 of 705
 
Hello, I am reposting this question, having cross browser issues with CSS in IE6 and IE7.  A link can be viewed here: http://www.hoemtv.com/FW15/index.php?option=com_content&view=article&id=...
Hi all, First off, could you check out the link before I describe the problem as it may make it easier... http://www.gmurph.com/cleari/test/ I have put in some test background colours...
Hello, I am having problemz with CSS styles within IE6. I know this is a common problem and I have managed to fix a couple of the issues I am having but the last few are quite confusing and...
Ok I've never really had a problem styling links, and this is driving me nuts, so maybe someone can shed some light on this for me. First I have all the links on my pages pretty much the sa...
As you can see the footer, is sitting half way up the page, I need this to sit at the bottom ALL the time on every page, by increasing the size of the container I can force it down, but ideall...
I've got a list item where I've specified an outside bullet (my own image). The problem is, both IE and FF display the bullet in a different horizontal position, one browser displays the bulle...
Hi all, I have 2 divs, one inside the other. the other div is set to alpha 40%, The secon div Inside the first needs to be alpha100%. How do I do that. This is what i have... ------...
I have a table with the following CSS classes. In the left cell of the table (it has 2 cells) I have another table inside a div. How can I prevent the embedded table from inheriting the css...
Hello Experts, I am using  example 3 of http://www.webplicity.net/flexigrid/ I have a slight issue in few of the styles of the Flexigrid which I believe getting over written by the style sh...
It's about CSS and HTML.  How can I move the background image in the div id "bigPic"  down  the page, so the entire picture is showing?  In doing so I'm hoping that the footer will align direc...
i ahve a nested div, the inner div is positioned at 400px inside a 558px parent div with a bg image, ona click event content is added to the child div but the parent div does not expand to acc...
I have a CSS dropdown menu that uses rollover images for the top level of navigation. The dropdown menus work fine but when the page is loading, the hover" images display on screen for a secon...
Hi, I'm beginner-level in CSS and I'm trying to do a fixed width class for a block (class bb in attached example) that will also NOT break the line so I can add a link on the right. Yet,...
I would like to rotate a div by 180 degrees. My use case is, I have a div which shows up some content in the beginning. When the user clicks 'rotate' button, I want to flip the div(animated mo...
I'm helping give my church's website a face lift but am having difficulties getting the margins/padding to behave correctly in both Firefox and IE.  Specifically look at the page at http://moo...
I'm creating a new site that uses Dreamweaver templates in which the following is achieved: Header (header) region: background - black link color - white Body (mainContent) region: b...
Hi guys, I'm experimenting on working on a joomla site, i've got the layout working in IE7, however in firefox and IE6 the top menu moves to the side causing a big gap. I'm wondering if it...
Hi, I am new to CSS, trying to position a DIV within the main DIV for my pages, but when i change the values for logo, nothing happens, i.e. it does not move, the code is attached, can somebo...
http://ne3d.cwtclients.co.uk/index.html If you look at the site above. The bottom of the page has a tab (contact us), when you hover over the image a green DIV pops up. This is done by Java...
Just wondering if the mailto code was different in css and xhtml than in html can you write out and example that would work in css if i wanted to link and image to users mail program <im...
Hello. I made a webpage in HTML and CSS. In Firefox, Safari and Opera works well, but IE is problem. I have site separated to header.php, body.php and footer.php. Problem is just in header....
Hi, I am having problems with hoverbox code made purely of CSS, it seems to work ok in safari, opera, firefox on the mac and even safari on a PC but Internet Explorer doesnt like the hover....
I have three unordered lists essentially stacked on top of one another. I want to remove the padding between these three unordered lists so that there is maybe 5px between them instead of the ...
I have a huge table (little example attached) that should have a lot of cells all being 100x100px with a 20px border between them. I trought the <table> tag would be the easyst way to creat...
Hi, Basically, what is the difference between     li:hover and     li.iehover in the following CSS? div#MyID li:hover ul, div#MyID li.iehover ul { top:1.5em; left:-5px; } A...