do most people keep multiple versions of IE to test against?
i have IE7 installed but when i went to install 6.0 it balked because i already had a more recent version installed . . . how can i install multiple versions?
thanks ...
User Profile
Collapse
-
multiple versions of IE on desktop
-
thanks for the lesson . . .
crystal clear now . . . -
righto . . .
if i had
<span id ="element1">
<a href="#null">so mething</a></span>
</span>
<span id="element2">s ome stuff</span>
then the above-mentioned css wouldn't do anything...
(right?)Leave a comment:
-
you could write a macro from excel to export updated info to html. that would be best if there is a large vol of information.
if there is just a few pages/tables/graphs that only occasionally need to be refreshed, and you just want to share information (not manipulate it) then PRINTSCREEN saved as a jpg will allow you to easily convey the information, if that is all you want to do.Leave a comment:
-
all i can say is that that is strange...
the first time i loaded the page i got the error (only on IE), but once i hit refresh it went away, and now i cant re-create the error even if i clear my browser cache or restart IE . . .
sorry for no advice ... hope sympathy helps...Leave a comment:
-
actually it does seem to display correctly for me on IE7 and FF ...
the embeded video is centered at least . . .
one suggestion: if you want your other divs to display in the right or left corner, you should probably FLOAT them there instead of using absolute coordinates. right now they slightly exceed the width of my monitor set at 1024 x 768...
FLOAT will position the tags properly on wide & hi-res...Leave a comment:
-
newb questions
please forgive these questions if they are obvious, but if you dont mind clearing something up for me:
1. is it possible to include html or javascript inside a css file? if so what is the format?
2. is it possible to use the hover or link properties of one css element to change the properties of another css element which is not a subset of the first element? (eg?)
thanks for your indulgence... -
thought you might like to see the finished product (I'll still be adding another image list to the right side of the page)
http://spiritserver.org/rochestersus...gallery01.html
sooo much better than my other attempts, and no script!
thanks again
ps. if anyone has browser issues with the page, please let me know . . ....Leave a comment:
-
yeah, thanks doc, that is exactly what i had in mind. i thought it was possible, just couldnt quite figure the implementation.
i am not really a javascript guy, as you can see from the javascript solution i came up with here.
http://spiritserver.org/rochestersus...ery01.html?001
i thought it was cool because it used so little code, and i had never seen that solution before, but then...Leave a comment:
-
a little progress, but not quite there
this is as close as i've gotten so far.
http://spiritserver.org/rochestersus...ng/page01.html
obviously it isn't working quite right.
i know i can do this with javascript, but i would like to see if its possible with CSS. any pointers would be very welcome!
notes:
* i wanted to do the hover tags inline, but it...Leave a comment:
-
-
using CSS hover to display an image
hola
i figured out how to make an image appear next to a link when hovering by displaying it as a block and then using background:url
div.menu a{
display:block;
}
div.menu a:hover{
background:url( images/menuhover.gif) left no-repeat;
}
(ps here is a link if you want to see it in action . . . )
http://ferncreekdesign.spiritserver.org
...
No activity results to display
Show More
Leave a comment: