Hi
Is it poosible have css horizontal dropdown menu without using javascript?Thanks
Hi all,
I have a display problem in IE6 (IE7, FF, ... are displaying fine).
On my site I use the float:left function for my menu. IE6 apparently is not dealing with it properly as the site...
Hi -
I need a div to be 100% of the page height, rather than the browser window height. Here's my div style:
#lyrMask {
z-index: 2;
visibility: hidden;
position: absolute;
le...
I've gotten quite far getting this to work already but I'm out of fresh ideas and need an elegant way to wrap it up.
I'm aiming to create a tree-view with those nice dotted lines but not usin...
I am having a problem where in Internet Explorer 7.0(6.0??) if I shrink the window width below 1024px it will stop resizing the page and add a Horizontal scrollbar, but Firefox (2.x) it contin...
Hi,
I have been struggling with this for a while now.
HOW DO YOU FIX THE WIDTH OF AN HTML LABEL IN IE6x?
The problem I am having is that the CSS width set for a LABEL in Internet Exp...
Hello,
I have this layout i'm working on: http://edtweb16dev153.edthosting.com/index.asp
You can see the background is repeated horizontally at the bottom of the screen. What I was hop...
Hi,
I've have disabled links and i've just tried to format them with css, but because the default colour is grey and this clashes with the colour used in the style sheet:
<tr>
<td valig...
I have this pure CSS flyout menu at:
http://www.local808.com/sitez/default.asp?id=61&p=2&c=0&t=1&action=site
it works fine except for one problem. It does not expand or allow for word wrap w...
Hi,
I am looking for solution to position a nested DIV at bottom of the parent DIV.
The functionality would be the same as positioning an image using 'background-position: bottom center'
...
Hello Experts!
I have a CSS problem that works in one case and not another. I have a feeling an expert will know the answer to this straight away but I am baffled. Like on so many sites I w...
Howdy, my website has 1 parent page with 2 iframes (1 menu, 1 content) that everything is loaded in,
what I want to do is find some way to set the style sheet in the parent page only, and h...
Below is code of list box
i want to hide this
<TR class="Header">
<TD>Brand </TD>
<TD><Select name="matkl_1" SIZE="4" MULTIPLE STYLE="width: 200px">
<%
if(lub.canViewAllB...
I have page that I want to display correctly in IE 7.0.
My problem is very obvious if you scroll below the visible area in your browser.
The page can be found at http://www.dragonswim.dk...
Hi
I seem to be having a problem with my ul bullets
this is the style sheet i am using:
<ul style="margin:0px;padding:0px;font-family:Tahoma;font-size:10px;line-height:11px;color:#004...
Hi,
I have one JSP page in that rows are arround 200 and column ranges from 4 to 100. when i am freezing first row of my table i have no performance issue even though how many columns get i...
Hi
I have td inside a table. I've used a CSS like this:
border: 1px solid transparent
It shows the transparent border OK in Firefox, but the border is shown in black in IE. Dreamweaver note...
I need to add a couple of things to my style sheet but i havent been able to figure out the css equilavant to the html
if someone could show me id appreciate:
table properties:
border="...
I'm having trouble with a link not being clickable.
Please see the image below to see the situation. Basically I have two div tags, and a link on Div 1. Div 2 is called later in the page an...
I have a problem with IE6 and 7 where the overflow:auto does not seem to work.I see the scroll bar, but the content spills over the Box and the scroll bar not working at all.
It would on al...
I am using the Lightbox 2 script found here: http://www.lokeshdhakar.com/projects/lightbox2/
On the page where I found this script, if you click on one of the example pictures, when it open...
I'm having some float error in IE6. The CSS is laying things out fine in IE7, Firefox, Safari, etc. The attached file illustrates the errors. The header is extended to nearly twice it's hei...
Hello, How can I get only outer borders in table by CSS? I need to show only top, left, right and bottom border on outline of the table. I do not need any borders of inside the table.
Hi can this be done with CSS?
content-content- con
tent content content
content content con
tent conten content
------|contentcontent
table|contentcontent
|contentcontent
...
I have this simple html for list
<ul style="list-style:square">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
When it displayed on HTML page, it have a lot of space/padding o...