ok this is the problem : I have a wrap div that acts as a container to a header and a 2 columns.
The purpose is to have the header against the top of the viewport and to make the wrap div at least the height of the viewport for short content en at least the height of the content for long...
Hi,
Now here's a strange one. I have a 2 column layout with floated divs. in the left column I have my navigation based on an ul with list-type:none; like so.
#leftcol ul {
list-style: none;
margin:10px 0 10px 10px;
}
So I have no bullets, which is what I want, so all's well.
Now in...
Ok I just found a solution myself.
I have set the visible proporty of the subform to false.
In the enter event I check if the subform is visible and set it to true.
Any other solution are always welcome.
I have a form with 2 subforms in datasheet view
The recordsource of the 2nd subform is changed in the enter event of the first field of the first subform like so
Forms!frmclocks!Sources.Form.RecordSource = "SELECT tblsources.SWITCH, tblsources.LCOS, tblsources.LTG, tblsources.DIU...
First of all thank you for the feedback. In the mean time I did solve the problem.
The reason that it wasn't accepting the IE hack (* html #rightcol {}) was that I had background: inline in the html page instead of background-image:
And the reason why I use inline styles for this is because...
Hi,
I'm trying to make a fixed background in a DIV. This is what I have
In my stylesheet I have
#rightcol {
background-color:#FFF;
float: left;
width: 530px;
height: 440px;
margin-left: 10px;
margin-bottom: 1px;
overflow: auto;
scrollbar-3dlight-color:#1B1B1F;
scrollbar-arrow-color:#1B1B1F...
Hi,
I am trying to connect to an oracle database from an ASP page using an ADO connection.
It's a trusted connection so I don't have a Userid and password.
When I try to use OraOLEDB.Oracle (which as far as I found is the only way to connect with OS authentication) as provider I get the eror...
Hi,
I have 2 linked tables tblProjects and tblActions. They are linked on ProjectId. The records in tblActions contain a date. I want to get a list of all Projects with the lowest date and highest date.
I have the following SQL but the problem with aggregate functions is that NULL values are...
Hi,
I had the exact same problem and solved it in a simple way.
Copy the form (subform in this case) delete the original and rename the copy.
Hope this helps
Hi,
I have a combobox with 3 colums 2 of which visible (width <> 0). The problem is that the 2nd visible column is only visible when the box is dropped down. When the value is selected the second visible column is not visible.
This is a problem because the box selects names with name and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.