Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top CSS Solutions: 51 - 75 of 694
 
This only happens in FF6.0, IE6 seems to be displaying correctly. I've got a series of divisions, one of which is not expanding to contain its sub-divisions.  The divisions are  "body" (cen...
I'm using DIVs to set my web page layout, using the position: absolute element.  I can't get the website to center if I do this though, and if I use float instead the background flows round th...
How do I get IE6 to not show the list bullets?   list-stype-type: none doesn't seem to work in IE6. You'll only see them in IE6 -- the ones in the top grey box for the audio info: http:...
hi there; i have a <div id="inner"> inside <div id="outter">.  <div id="inner"> has a variable width. the containing div has a border and ( <div id="outter">) is the width of the browser...
I am trying to use CSS to create a hover effect using an image in a table cell, part of a navigation menu on a site.  The code works in FF but I can't get it to work in IE.  Can you help?  The...
Hello experts. I have a table with three thumbs and the big image in the center. with a script i change the big image when rollover(mouseover) the thumbs. I use div tag for the big image. ...
This should be simple but I've tried a bunch of combinations with no success.  How do I set an inline span or div to cover font-size and color for anchore tags. I've tried this: <span style=...
I'm wondering if someone would be willing to take the time to check the following code snippet in FF 2.0 vs. IE6 and help me to improve the code to work correctly in IE6 As an overview of t...
I want to have a login box appear in the center of the screen. I have a header fixed to the top of the window and a footer fixed to the bottom. I want my login to float in the center of the ...
I have developed a site on two levels, one part open to the public and the other for members only. The site is developed in XHTML and uses css. There are two horizontal drop-down menus on the ...
I'm trying to make a 3 column layout with CSS however, I want the left and right columns to remain fixed while the center takes up the rest of the space. However, when I made the left and righ...
I am trying to display two DIVs, that contain variable width tables, side-by-side at all times without using tables to control the layout.  The side-by-side part is pretty easy - it's the ALWA...
The web page template has a content column and a sidebar column, both centered to the page. Both columns display properly in IE7, but in Firefox the sidebar column is forced below the content ...
I'm having a TON of trouble implementing what appears to be the "common" fix for IE6 when you have a select form box displaying on top of a drop down menu.  No matter what I try, I can't get i...
I am having a problem getting the min-height parameter to work correctly in Firefox and Safari I have tried changing the attribute to height and also height: auto but still the when the enc...
Hello: I create a layer, and then I create a table in the layer. The table can fit into the layer prefectly when using IE to browse it. However, when I using firefox to browse the page, the...
On the following website: http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ I use <pre> blocks to display source code.  These blocks are wrapped in <div>s ...
I have two Iframes for 2 different purposes. In the first Iframe, I have a form called from another page which has textboxes.The problem is in the iframe the cursor positions itself a little a...
Dear Experts, I have the following in a web page: A menu (let's call it Menu1) with several links and by its side another menu (Menu2) with some links also. Menu2 is a drop down menu tha...
on this page the label and input[text] are not aligned in IE: http://www.3dw.be/56/Contact But they are in firefox and safari Css is on http://www.3dw.be/css/default.css
I would like some template code i can manipulate to create a horizontal menu with vertice drop down sub menus.   I understand how to manipulate the <li and <ul to make the structure work bu...
I am working on a project to take printed documents and turn them into web pages that, to the extent possible, are indentical in screen presentation and printed output to the original Word doc...
Hello Experts, If you look at the url, www.bifrostdevelopment.com/beta you will notice two spaces about 20px in height above and below the navigation bar. I have been unable to remove the s...
I'm experiencing a draw error in Firefox 2 with an IFRAME that gets moved into hidden overflow territory in a DIV element. I have an example of the issue on this page: http://www.mdxdat...
Hello, I common set the width of text for a <p> tag using a CSS entry such as: p {width: 800px;} How can I achieve this for the text I have in a <li> tag (of an unordered list etc.)? ...