Hello Experts,
I am using example 3 of http://www.webplicity.net/flexigrid/
I have a slight issue in few of the styles of the Flexigrid which I believe getting over written by the style sh...
Hi guys,
I'm experimenting on working on a joomla site, i've got the layout working in IE7, however in firefox and IE6 the top menu moves to the side causing a big gap.
I'm wondering if it...
Hi,
I'm beginner-level in CSS and I'm trying to do a fixed width class for a block (class bb in attached example) that will also NOT break the line so I can add a link on the right.
Yet,...
I am using some Java Script code with CSS and DHTML to create drop down menus. They work perfectly when viewed in FireFox. But in Internet Explorer on some pages, the drop down menus are being...
Greetings Experts,
I've created a customer survey with what I believe to be a simple intro page. The intro page finishes with a button that says "Enter Survey".
On my develpment PC (usi...
I have a table with the following CSS classes.
In the left cell of the table (it has 2 cells) I have another table inside a div. How can I prevent the embedded table from inheriting the css...
Greetings all
I am stuck with a really simple problem (at least I thought it was). I am trying to align a label with the top of a listbox. As the code (see snippet) stands, the label aligns...
So i have this script that works really well for a drop down menu in everything except I.E. It shows up in I.E but when you try to bring the mouse over one of the drop down menu items, the me...
Hello.
I made a webpage in HTML and CSS. In Firefox, Safari and Opera works well, but IE is problem.
I have site separated to header.php, body.php and footer.php.
Problem is just in header....
Hi everyone.
Im a newbie to this area, and trying to find out how you code for using the left, right, top, bottom arrows on your keyboard.
For example, just like the tab key will shift throu...
I would like to use two different CSS for IE and for FF
For example, template_CSS_IE and template_CSS_FF
How do I code this into my html so that it can detect which css to apply?
Hi guys,
As said in the title, the background I've created is not streching to the bottom correctly except for IE. (Open FireFox & IE and compare the bottom of the page and look at the back...
I am trying to add a border to an element using javascript without affecting the size of the element. Simply adding a 1px border adds 2px to both the width and height of the element causing ot...
I have a container with height set to auto, but can I specify a minimum height? In other words when the page has very little information and the auto value would be 3 or 400px short of filling...
Hi,
I am new to CSS, trying to position a DIV within the main DIV for my pages, but when i change the values for logo, nothing happens, i.e. it does not move, the code is attached, can somebo...
I'm using a container DIV object which contains 2 DIV objects within it. The first of the 2 child DIV objects is a known fixed height - say 30 pixels. I need some kind of CSS that will tell th...
bottom: 0px seems to make the footer hug the bottom of the visible window, which is great if the page content doesn't fill the window. How do I code it so that if the content extends beyond t...
I have a css style sheet that reads in part
#pageSurround {
width: 748px;
position: relative;
margin-left: 0 auto;
margin-right: 0 auto;
padding: 5px;
border: 2px solid #333333...
I thought I had seen it all with regards to how email clients hack up HTML code, but now it seems I can't even get a simple hyperlink to underline during hover state.
I have set the 'a' ta...
I have this drop down menu. But I want the main link to stay highlighted when you are over the menu.
When you move over about us then move to the submenu about us becomes unhighlighted.
...
Hi: Can any one please tell me how to i increase the length of the left and right bar name lie.jpg and equals it to the text length?
Thanks.
http://www.southeastneurology.com/testsite/
Hi,
Basically, what is the difference between
li:hover
and
li.iehover
in the following CSS?
div#MyID li:hover ul,
div#MyID li.iehover ul
{
top:1.5em;
left:-5px;
}
A...
If you open the file index.html, you can see that the login box in the top right displays correctly in IE7, but in Firefox it looks different. The top half of the button does not seem in line ...
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 am using the following code for my CSS menu. I want to add multi level drop down functionality but not sure how to incorporate it. I would like the sub menu to go over the blue line. Also ne...