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.

 
Time Tested CSS Solutions: 2451 - 2475 of 2904
 
Hi All; Easiest way to explain this is to show it... http://www.vbmysql.com/newindex.php If you hover your mouse over a navigation element the content div below it shoves to the right...
I want to be able to combine two techniques really. But I've sort of hit a brickwall. I can't figure out how to combine CSS Rollovers (mentioned directly below) with Suckerfish Dropdowns. Is i...
Hi! I am trying to validate a page with W3C. It does not like the xthumbnail-orig-image command. Is there a way to have a thumbnail of an image and still be W3C Complaint?  <p align...
I want to auto resize an IFRAME that contains a page from a different domain. I do have control over both the parent and the child pages - on both the domains..Can you please suggest the CSS f...
For some reason i can't get my CSS design to display the arial font. The CSS is set: font-family:Arial, Helvetica, sans-serif; Yet the font isn't arial. I have also tried font-family:Ari...
Reduced test case, currently only FF compatible: http://arantius.info/stat.html I seek, in short, to eliminate the horizontal scroll bars.  I want to be able to scroll vertically but the h...
How do i ensure the content always comes in middle of page for all resolutions ? This is a DIV based layout. This is my first attempt at table less design. This seems to come at different p...
I am trying to 'float' an image over a table using nested divs and I have a problem with extra whitespace. The image is a logo, and I need it to appear over a table row which has a colored ...
If the container is expandable vertically, is there a way with css (or javascript) to define the wrapper height as 102% of the container, or 12px bigger? Assuming that this is the css for con...
I'm trying to figure out a way to set the position for a set of classes.   Is there a way to set the height of the col_1, Col_2, Col_3 and Four classes as a whole instead of setting the height...
Trying to move away from tables to divs for layout and was wondering how important are the z-values.  For example, if the divs do not overlap, does it matter what their z-value is in the even ...
Is this right? <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Page_EnterRecordLocator.aspx.cs" Inherits="Page_EnterRecordLocator" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
I have the following class: .myClass{ width:100% } And used here <table class="myClass"> How do I select all <tr> and <td> tag within this table to have a certain, say, padding p...
Is there any way of adding padding around a table and with the table inside a box (with a border) using CSS. I have tried lots of diferent ways and I'm stuck. I'm trying to create the look of ...
I am using this css class in my div tag.  I need a div tag that will autogrow depending of how big data  is instead of fixed size.   is this possible?  some of my data is being cut off due to...
Trying desperately to move away from tables. Thought life was grand until I noticed when the content for my body div grows past a certain length, the text overflows past the footer.  If i set ...
I am using a simple CSS to pop up an info box. The popup shows up, looks good in FF, but looks terrible in IE6. Here is the CSS I'm using: a.info {   position:relative; /* this is the key ...
how do implement "tahoma condensed" font into my web page?  i can use tahoma but not condensed.  what is the css for it?
my nav menu uses css to display a drop down list and works fine in FF etc however not in IE6/7 despite using the csshover2.htc behavior to fix IE's lack of li:hover support. It appears to be s...
ok im messing around with the css of some text within php... Code: "<p style=\"background: #e4ebeb; border: 1px solid #555555; padding: 6px;\"><span style=\"font: bold 10px Courier New;\...
I'm beating my head against the wall on this one. I need help. Look here: www.collabiril.com/shop See the grey right-aligned menu bar that says "Home  Shopping  etc" ? All I want to move ...
Hi, When I have a drop down on firefox, when the content of the drop down is wider than the width of the drop down, firefox adusts the size of the content so it expands to an exact fit, is th...
I have a asp.net page with many labels on the page... with some css at the top.. I want to know why the css is not working.. thanks
I have a CSS drop down menu that should when you hover over the link a drop down list should appear.  Right now the list is invisible and won't come out of its shell.
how can I use CSS to make a regular ASP.NET button (or any html button) look like regular text. no background no border....