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: 501 - 525 of 731
 
With the sliding doors trechnique to create rounded corners, does it matter what size the corners are? http://www.schillmania.com/projects/dialog/ q1)what image sizes can i use to make thi...
I have sized the page in the attached code to be one 8.5 by 11 page.  In IE7 when I do a print preview and size to 100% all the content shows on the first page, but it wants to print a second ...
I have made my navagation menu look great in IE7, and then I discovered it does not work in IE6 and firefox. I need help. The problem comes down to how to define styles in CSS so that differen...
Hi: Can any one please tell me how to i fill color on right and the left side of the page? http://www.southeastneurology.com/testsite/test.html Thanks.
Hi: Can any one please tell me what i mistake in the page as the left hand side text stop scrolling their? http://www.southeastneurology.com/testsite/test.html Thanks.
Hello I want to have the image in the Get Your Pennysaver box to align with flush bottom with the gray bar. I have tried many different CSS properties and can't get the desired result. ...
I have a <div> that looks like this: <div>   <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> </div> How can I make this one div centered...
I am working with a vendors website that allows me to modify the look of an html page, but only inside the "<body> tags.</body>"  I want to be able to take the "<head>" links and style into th...
How can i modify the code below, so that the black div on the right goes all the way down ( as long as the red main content div) I need it to work on all browsers (Firefox, IE, Opera, Safari )...
Hi, I am really new to CSS, I did up a site in HTML and it is all over the place in different browsers, so I now have it in CSS, but i have 2 small problems. 1. You will see at the site th...
Just starting with page layout using DIV. I'm trying to tell the div "ContentPage" to take the reste of the available space on the page and displya the content on top. The DIV Pub Header and F...
I want there to be less space between the numbers and my text in an ordered list.
Ok, I'm getting with the times and learning how to layout my design using only css. I have an ok understanding of CSS but I'm trying to figure out how to place an image baseline within my d...
I have an image that I want to use as a background for a webpage. The original image size is 1746x1024. I want this to be a watermark type background - the image will always be in a fixe...
Hi: Can any one please tell me what i make mistake in the font size? Thanks. a {   color: 'blue';   font-size:='10'; } a:hover {   color: 'black';   font-size:='12'; }
Hi, I would like to insert a page brake in a HTML page using CCS (printing purpose). I read that is possible to do it using page-brake-after... Here is my case: I have several input fie...
Hi Experts i found a very good solution to create a dynamic style sheets, in the following link http://www.4guysfromrolla.com/webtech/tips/t071201-1.shtml and i tried it but its not workin...
Hi I just found out a site I worked on is not displaying correctly in ie 6.   I don't have IE 6 so I can't easily check it out myself. I'll post the URL in my next comment, along with th...
I'm fairly new to some aspects of CSS. I'm designing a new page and trying to use CSS as much as possible. I have a sample page at http://qecomm.com/template.html. The main problem I am ...
I am building a site and on this page http://202.162.96.29/~clean/index.php?option=com_content&view=article&id=84&Itemid=101 There is supposed to be horizontal lines showing between each...
I'm new at CSS. I typed up a very very simple page just to test some things out,  but its not working. Here is the page code: <html> <head> <style type=text/css> <!-- body {    bac...
Hi. I have a myspace page and am trying to put a div container on the page. The code works fine in Firefox, but in IE it is not in the same location. The issue is located at: http://www.myspac...
I have a style sheet with a class that I want to change on focus. Here is what I created. It works in firefox but not ie: .inp{border:#6495ed 1px solid;background-color:#F0F8FF;} input:f...
In question: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23743018.html i was looking for a 'mask' that covered the whole of my page. I am now working o...
Hello, I have 2 divs the parent is somewhat near 50px in height (using min-height and height).  I was wondering is there any way I can make it so the child div will appear in the bottom o...