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: 76 - 100 of 1759
 
Hi all, I have a problem with Firefox, yes I know, the problem is really with IE as Firefox is just being compliant, however the site was developed in IE under VS2008 so I need to go back a...
I'm using the following code to attempt to change the CSS font size.  But it always gives a syntax error.  This is from a function in much, much larger web page.  When used in the web page the...
I want to specify the size of a text area that displays text but with only CSS, is this possible? Example : <textarea name="Data" id="Data"></textarea> #Data {      max-height : 400px; ...
I have a 2 frame page. I want to disable the hyperlinks on pages which are loaded into the lower frame. But, I dont want to disable the hyperlinks for the top frame. I dont want to e...
Hello experts! I have a CSS problem. I have a div containing divs. My outside div is in front of my inside divs and as a result I cannot click on my nav. buttons which are in an inside div....
Hi - I can get the code to work most of the time inline, but not with css. How can I make the attached divs float to the left and the right, as displayed, but align to the top? If they align ...
Hello experts, I have the following block of code to set the size for each block for my drop down, #nav a {     text-decoration:none;     display:block;     padding: 0.1em;       m...
Hi I'd like no border for my list box. It is as follows. How can I do that at CSS? Thanks <select class="search_item" name="style" size="11" onClick="doDeselect('style')" onChange="do...
Hi I'm writing a c# web application and using some javascript code on the aspx page to pop-up a div box when an object on the page is clicked. The text in the div box is of varying length. ...
I'm trying to align a checkbox list on the following form: http://milkshake.compasslearning.com/Customersite/RegForm.aspx Here are the styles applied  to the radiobutton list: .primar...
I need help... I'm creating a website for a photographer friend of mine, and I'm trying to create drop down menus that look like the ones created in flash on the homepage http://mjg.moruse...
Hi, How can i remove horizontal scroll bar on a div when it's overflow is set to auto or is it possible? I want to scroll only vertically. Thanks.
In the code below, I have a table inside of a div.  In the class assigned to the div, the text color is red.  But, when rendered, the text color is green, as it seems to inherit the color from...
I am hoping someone can help me here. I have a large HTML table and would like to freeze the first few rows that are in the THEAD tag. Scrolling down the table using the existing scrollbars in...
I want to remove Iframe Border the code snippet is given..m giving in cs border bone but IE doesnt take it....its working fine in FF....can anyone tell me how to do it for IE..
I need some simple CSS/Javascript that will pop up a div on the center of the screen. The problem I'm having is that I can't make it happen 1) above everything else without messing up the docu...
Hi guys, I have a css layout which displays fine in Firefox ( as usual ) and it doesn`t in IE ( as usual again ) It is just a white gap that shouldn`t be there Here is the code... (thanks)
Hi, I'm trying to create a scrollable table with a fixed header.  I found this website: http://www.cssplay.co.uk/menu/tablescroll.html  and the first example is the nicest one to try out (y...
Hello, Is there a way to format the select tag with background image using CSS. Regards
How can I most simply center a page with Dreamweaver CS3, preferably using an AP Div Tag container? Using text align center and margin 0 auto as some suggested didn't seem to do the trick. I...
I've got the following HTML/CSS  and the bullet points are appearing at the bottom of the subnav containers instead of at the top in IE.  Any ideas? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
Hi - thanks for looking at my question. I simply would like to change the view of DISABLED elements in my form to make them stand out more. any suggestions welcome :) Thanks PDM
Hello everyone, I have a little but problem with CSS div. I have this scenario in my web page I have 3 div: /--left div--//---center div---//---right--div--/ all should display inl...
Hello once again After my last 2 question I finally got the feature working, but after all that I have just tested on IE 6 and it doesn't work! I am trying to create a photo gallery the ...
In Dreamweaver CS3, if you insert a horizontal Spry menu bar, the top level menu items are aligned left. If you change them to align:center, the sub menu items (which default to left:auto) app...