I am scoping a bespoke ECommerce site with a web based administration system. I have a hierarchy of categories to which products can be related and custom attributes dependent on product type...
I may have my terminology wrong and might mean Static instead of Shared. I mean whichever allows a Class not to be instantiated and the content is shared across an application.
I am building a web application and wanted to know if I will see a performance increase if I create some Classes that are Shared across the application to hold all the data which would...
I have written a template using HTML & CSS which renders perfectly in Mozilla Firefox, Apple Safari, and Google Chrome. It renders as expected in Opera 10 given that there is no support for -webkit...
I have made a layout which includes some coloured tabs which make ajax calls to get content. These tabs are partially hidden and onmouseover the tab should move to the front. this works perfectly in...
I am building a two column panel based layout and have encountered padding / spacing between the three elements of the panels (top, middle, and bottom). This can be seen when viewing in...
Having played with jQuery, I agree that it is the better method for implementing a marquee. However, it wont help with the original issue which is that I have 2 text elements inside a container and...
Thank you for the advice. I am researching how to implement a jquery solution at the moment. I generally prefer to make my own functions so that I can achieve exactly what I want with the minimal...
I have a container div with 2 child elements (a <b> tag and a <p> tag). The container width is 100%, the <b> tag width is unknown as is the <p> tag. I have floated both child elements to the...
it's the 100% height that is stopping the background from repeating further than the page fold. Either build your layout so that you have a container with the three columns so that you don't need to...
I have fixed the caption issue by replacing the pseudo class <p> using relative positioning. The only issue that remains now is the background colour of the right column not filling the background...
Another issue I forgot to mention was that the caption text is not appearing where it should in Firefox but is is correct on IE. Any help with why this isn't placed correctly would also be...
I am building a website and want a two column layout so that the columns background color fills the entire column up to the footer div below. It works as it should in IE but not in firefox.
...
...another consideration is that the values given for start and end are relative to the window / document. how can I get values relative to the div (wysiwyg)?
Thank you for the prompt response... on reading the link you sent me I have the following code which returns the start and end index for a selection in Firefox. However, I need it to work in Internet...
I am in the process of building a custom WYSIWYG text editor but am struggling to get started because I need it to be cross browser. I will be using a div for the text and images with event...
I think the problem may be caused by the fact that the recordset is closed in the function so when the outer function resumes and tries rs.movenext the rs object doesn't exist. I am not sure how to...