Hello,
I am having trouble placing a link on a background image that is located within a div that is positioned as absolute. I was able to properly place a link on a background image in another page that was located within a div with relative positioning. However, I am having trouble getting the same CSS hack to work on a div that is positioned as absolute. see below. any suggestions would be helpful. I am viewing this in IE7.
Regards...
User Profile
Collapse
-
Background Image as Link
-
Adjust CSS Font Sizes using ASP
Hello, I'm searching for a script that will allow a web user to increase or decrease font sizes on a site using a series of buttons. Right now my fonts are all set to relative em sizes in the style sheet. However, the only scripts I can find for this purpose are style sheet switchers which require you to maintain multiple sheets and save the information in a cookie... and I see this as being tedious over time. any helpful suggestions would be... -
Thank you for your help, and apologies for cluttering the forum with all that code! I'll give it a try. -
Hello again, I tried with the additional single-quote but I still receive an error and the rest of the page will not load. Here is the error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: " src='/images/greyle"]'
/flickrcache2.as p, line 392
these are the changes I made to the code:
[CODE=vb]<%...Leave a comment:
-
Hi, so I did try by replacing the "window.fli ckr" statements with document.getEle mentById but I'm still encountering trouble..
<script type="text/javascript">
messageObj = new DHTML_modalMess age(); // We only create one object of this class
messageObj.setS hadowOffset(5); // Large shadow
function displayMessage( url)
{
messageObj.setS ource(url);...Leave a comment:
-
Yes, I forgot to mention that I did try inserting "block" into all the empty values and yet the buttons still do not work on Mozilla. Here is the code as I have it now. The error I receive in the Mozilla Error Console whenever I click on the button to change the photo is "window.fli ckr1 has no properties.... any help would be appreciated.
[CODE=vb]For Each objItem In objItemList
...Leave a comment:
-
Minor JavaScript compatibility problem with Mozilla
Hi,
I am working to display a Flickr rss feed of photos on my website and have users cycle through the photos using a set of javacript/asp arrow buttons. It all seems to work fine on IE but the buttons are not working on Mozilla. It must be a small rule or statement I missed.
The code below is a snippet of what is being used for one of the arrow buttons.
[CODE=vb] strHTML = strHTML & "<div... -
-
Hi Friends, thank you for the prompt replies. I've tried both your recommendations and am still having trouble except this time it's not working in IE either.
[HTML]function changeLinks(lin k) {
if (link=="1") {
document.getEle mentByID('Links Internal').styl e.display = '';
document.getEle mentByID('Links External').styl e.display = 'none';
document.getEle mentByID('Links Quick').style.d isplay...Leave a comment:
-
Javascript issues with Mozilla
Hi, I'm having trouble with my javascript in Mozilla. I'm trying to use onClick within a link to call hidden divs in page. This seems to function properly in IE and Safari but not Mozilla. I would appreciate any feedback.
javascript in header:
[HTML]<script language="javas cript">
<!--
function changeLinks(lin k) {
if (link=="1") {
...
No activity results to display
Show More
Leave a comment: