I need help getting this layout to work in ie6. Looks great in ie7, firefox, safari but i really need it to work in ie6. In IE6 the top nav background is off and the right hand column shifts d...
I'm trying to convert the following logic to Ternary but I can't seem to get it right.
if ($directorate=="dirA")
{
class="divCat";
}
else class="subActiveClr";
This is what I ha...
Greetings,
I want to create a column that has 3 rows with background images in each. The middle row should be able to expand to a certain percentage and the text should wrap as needed. Here...
Hi there,
Can anyone help.. I have set to div as below in the site.css file... what i wanted was one on the left and one on the right ( a standard 2 column display i.e. Maincontent and side...
I have a form with a checkbox menu (I am only showing the checkbox menu part; hence why the entire thing is wrapped with center tags) and I am wondering how, if possible, to get each of the op...
I have a 3 level CSS list based flyout menu here:
http://www.mistywindow.com/index.htm
I wish to add a background arrow image only to those menu items (i.e. <li> tags) which open submenus....
Hi Guys,
Ive put together a HTML page that's made up with some divs. I'm having two problems I hope you can help me with.
1. Link DIV
I have a DIV named: LogoLink how do i increase t...
Hello,
CSS question here. I have an encasing div, a left floating div and right floating div within the encasing dive.
All have borders, the left div is not as full of information so th...
By default, does body have a display of inline, block or something else?
I've seen site examples where many of the images that could just as easily have been placed in the main HTML body we instead defined as background images to table cells.
Is this a more eff...
I need to center the contents of a DIV, specifically the position of where the 'script' is displayed.
<div id="header">
<script type='text/javascript' src='components/inc/javascript/qui...
I'm interested in using an image as a background. I want the background to span has high as the page is at any given time and I want to be a boarder/ padding on the left and right. How can t...
Hi!
I need to apply a fixed width to my <select> elements but need to have the option widths expanded to match the text inside, so that the text can actually be read.
Firefox handles thi...
Hi guys hope you are well.
Guys i have the following situation which id love your guys help on.
I have attached a printscreen of what im trying to do.
Basically, I have a div containe...
Hi guys,
http://www.medshop.co.nz/index.php/checkout/onepage/
Please add a product to the cart and go to the checkout and see how the footer doesn't move down the screen on the one page ...
Hi: Can any one please tell me that what i make a mistake as the text under Latest offers and news is stop scrolling?
Thanks.
http://www.southeastneurology.com/testsite/indexnew.html
Hello,
I'm using CSS lists to make a thumbnail gallery of sponsor's logos on my website. In my stylesheet I have two definitions for unordered lists. The first is for normal unordered lis...
Can someone tell me how to make this page height 100% for both FF and IE. If you check out the source you will see where I have made all approriate changes fo height:100%; with no luck.
...
I have a CSS that when applied to FF causes all sorts of issues. It works fine in IE but not FF. When I turn off the style the page works fine. I know little to nothing about CSS so I dont ...
Hi I am having trouble getting my web page to fill the entire height of the browser window I have tried everything on th web that I can fin with no luck,
code:
<body>
<form id="form...
Hi,
i was woundering, if there is any way to round a Jpg picture by CSS ??
I know there are examples web site where you will take 4 corner jpg and will make round tab or something like thi...
I have the following snippit of CSS. The background image the Header div does not show. Instead I get the page_background.gif image.. What gives?
body
{
background-color:#d5d5d5;
ba...
I would like to enbed the next code into an HTML strict (basically I'm transforming my site) script, how do i "trnaslate" this code to something that the validator passes flawlessly?
I atta...
I have a simple link..
<a href="#" onclick="return toggleBox('walrus')"
>Save the Walrus.</a>
with CSS ..
a {
color: #DB7093;
font-family: Verdana, Arial, Helvetica, sans-serif...
The footer of my website here
http://www.mybiblegames.com/games.php
Appears to be fine in Internet Explorer but in FireFox, it doesn't appear to be at the bottom of the page. How can I fix ...