My page right now has a drop shadow on the right side, with the help of EE :) Here:
http://grantgallery.com/new/artists_menu.php
I want to try to get it on the bottom as well, but I cant...
I am using DW CS3 demo
I have an include file sidebar.html with some links
One link is
<tr>
<td width="165"><a href="javascript:;" class="navText">topics</a></td>
</tr>
Whic...
.button_active, .button_disabled{
background:white url(/path/button.gif) no-repeat 0 0;
width: 145px;
height: 52px;
border: 0;
padding: 0px;
cursor: pointer;
...
I have been tasked with using CSS to creating printable forms. The only difficult thing I have run across thus far is creating lines on that page that automatically expand. For instance:
My...
I am having issues in producing a layout using CSS only. I would be grateful if one of the many CSS gurus in the community would help point me in the direction for creating a stylesheet that ...
Hi,
In an html page with a light image background I am trying to set an area with some text.
Since the text kind of fade in the light background I used opacity and filter on the text are...
I have a bullet with data the wraps around to the next line. When I use text-indent the first line of the bullet will get indented but the rest of the lines don't.
How do I go about...
My entire site uses DIV's instead of tables. What I want to do is have the footer to be located at the very bottom of the page rather than below the content. Here is the page
http://www.m...
I am struggling to get this page to display correctly in IE7: http://www.towkars.org/dmv-new.php
The page displays fine in Google Chrome and FireFox, but in IE7 the "Road Sign" image is par...
My site is located here:
http://site426.mysite4now.net/eimpactweb/ococ/index.html
However, I need to turn the navigation menu into a pop-out menu like at:
http://site426.mysite4now.ne...
Hi Experts,
At the moment, in my company's intranet which I have built from the scratch, I have a roll over images where the images are created from photoshop.
I know that roll over can...
The picture below shows the most basic structure of my page.
The Container also has some backgroundsettings and stuff wich
shouldn't affect the size of the DIVs.
There also is a javascr...
Hi,
I'm relatively new to CSS and am trying to get a footer to stay at the bottom of the page when the content above it expands.
Here is a sample page: http://www.qecomm.com/template.htm...
Hi, this should be easy, I'd like to have a background like this: http://www.playshakespeare.com/
How do I put my 'main page' over a background color with a shadow ? kind of 3D.
Thanks i...
Hello,
I have one table above another on a page.
How do I remove any padding before or after each table, so that the first table runs right into the second table without white space?
Hi,
If I have a <div id="column"></div>
How can I make it so the column extends the length of the entire page?
Thanks
Hi all, hope you're all well.
I'm currenty designing a new site and was hoping to use Sprites for the first time... This leads me onto my question! I know how to set the variables with the ...
Hi All
Please look at the URL below & tell me (and how to correct it !) why the text is grey in colour when th CSS style shows it should be white !
Thanks
John
http://homepage.ntlworld...
Hello,
I have next to no experience with CSS so this is really confusing for me.
I am using a wordpress template that i downloaded off the net, this is the url
ezee.se/articles-blog/
I...
Hi,
I am having great difficulty determining the problems with CSS and IE6.
The website displays perfectly in all modern browsers, however, IE6 (and I assume version of CSS that it suppor...
I'm having a heck of a time aligning this search box with the text. What am I doing wrong?
You can see the example up on www.whyrentbooks.com/store
This is a easy-peasy to do with tables, but I want to follow the norm of css. Please make my day: can this be done??
Two DIVs with fixed height, but with dynamic width after content (text)....
I making a toggle menu.
Here is how it should like:
| + header |
| data |
| data |
| data |
When the user clicks on header, the data is shown. The code has to...
I want to put a background image into a div. It needs to be compatible with firefox and ie, at least the last few latest versions.
Thanks
I'm experiencing something very weird I can't really explain. Basically I'm using DIV layers to contain values which need to be the same height as their corresponding rows in the other DIV la...