I have two divs, A & B. They overlap one another, with B having margin-top: -100 to produce this.
IF i use z-index-1 on A it works in ie6, but in ff3 the buttons in div A can no longer be u...
I have been looking for days for a photo gallery for my CSS-based dreamweaver website. I have found nice flash templates but I don't know flash so that is out of the question. I need somethi...
I am trying to set up a table - see attached file - and have set the table width to 370 and the column width for the first row to either 30 or 70 and initially it all looks good. However, whe...
Hi,
I write the following html with css in attach code snippet. I don't want to add the "float:left;" into the div's style. The expected result is showed in IE 7. But I don't know why the re...
I've implemented an image map as follows -
<map id="map1">
<area shape="poly" coords="355,176,385,134,399,134" href="#" onfocus="this.blur();" />
.....
</map>
When clicking w/...
I have drop down box, and want to change it's look. (Please see attachments)
I will use form for submit data and search later through MySQL. First however I would like to finish a style. Dr...
I have a problem in implementing the scrolling in IE browser.It works perfectly with Firefox but fails in IE6/7.
I suspect it is the
<DIV style="OVERFLOW-Y: auto; OVERFLOW-X: hidden; WI...
Hi all,
I've had the problem before, but this time worse then ever:
I have a page layout definted totally by layers in CSS. It works great on Firefox, Safari, etc...of course, IE can't q...
I am creating a callout box where I have everything the way I want it, but in Firefox, the bottom-border extends beyond the callout box boundries. This works fine in IE. This is caused by a ...
Hello,
I created a simple website with a green header, a blue center and a red footer. The footer is absolute positioned at the bottom of the page. Mentioned below you can see the code for ...
The web page at: http://s257639703.onlinehome.us/test/test.html
shows centered, as I want, in Firefox, but left justified in IE.
Hi,
I'm trying to make a rounded corner box to display main content in. I would like the box to normally be 494pixels in height even if there is only a small amount of text in it, and then ...
Hi all:
I am a newbe to CSS, and am trying to follow along in a "Dummies" book trying to learn. I wrote the following simple code to make two divisions on my browser. It works correctly in ...
I want to design a table with fixed header, scrollable(only vertical scrolls) & sortable table in my jsp with help of css & javascript.The table width attribue should be only in % not in pixe...
Hey Guys,
I am going through so much just to work with tabs with this new application I'm developing. I feel like I'm close but since I haven't worked with them, I need assistance from you...
Hi all,
I'm kind of new in web developping an I'm trying to use the div tags in order to replicate tables division without using the :table flag (since i heard that ie7 don't support it)
...
Here is my css,
------------------------------------------
td.smenulink{
padding-left:10px;
padding-right:10px;
background-color:#DFE4EE;
color:#3B5998;
height:25px;
}
td.sme...
Hi Experts,
I have a strange problem in IE7.
I have a table generated via javascript when the window loads, the table sits within a div like so (see attached code);-
In CSS, I'm setti...
My web page has a tool bar with some menu items. When mouse rollovers a menu item, a corresponding pop-up menu will display at predefined position. It works well. That page is left aligned on ...
I have exported a site collection and then imported the collection to a new site collection in a new farm using the same user profile and import from the same domain. I cannot for some reason ...
I have included a script that allows me to show my customers open changes that exist by the change number. To keep them from having to log into our ticketing system every time they want to vie...
Hi Experts,
I created a form with fieldsets to find that the fieldsets show strangely in IE compared to FF.
I attach the CSS code part and the code used to display:-
Can anyone see wh...
Hi everyone, thanks in advance to anyone who gives this question a look. Should be a simple one for anyone that is well versed in SEO protocols (unlike myself).
I am using a scriptaculous s...
Hello
I am using CSS divs to layout out this website. I want to have a table-less design. But I am having issues with defining the heights of div elements. I have a content div and that ext...
I have a toggle function that turns on/off a table row. When toggled "on" the div container should be aligned to the far right. In IE it looks ok, but in FireFox the div aligns to the far left...