Search found 1922 matches

Actual Results

Post Posted: September 13th, 2005, 5:37 pm

You could use object which is valid but I suspect that that isn't an option for you due to whatever reasons you cannot use iframe. There are 40+ CSS properties that are inherited. Several of those you probably wouldn't need to worry about- depending on what elements are used in your votebox. Propert...

Post Posted: September 12th, 2005, 3:51 pm

One problem: Internet Explorer doesn't support the child selector. Even if it did, that wouldn't prevent div from inheriting styles from body. Crap - forgot about that. I wish these guys would get their act straight and all follow standards. Then we wouldn't even need questions like this one. *lol ...

Post Posted: September 12th, 2005, 3:46 pm

I was about to post after some careful research that I didn't think this was at all possible entirely with CSS, however, just before typing, I found something that gives a ray of hope that it is. In this link http://www.cs.bham.ac.uk/~rsg/HTML4-lecture/inheritance.html In the section "Writing style...

Post Posted: September 12th, 2005, 3:18 pm

I think the easiest way would be to use an Iframe. You wouldn't have to use Javascript to create it. Just have the votebox in a separate HTML document with it's own styles.

Post Posted: September 12th, 2005, 12:53 pm

The Problem is I'm trying to put the link on one part of the page and the image rolls over in a different box away from the main image. I think JavaScript is the way to go. It will be a lot easier than using CSS. Here's an example that combines the technique of the rollover example I posted earlier...

Post Posted: September 12th, 2005, 11:56 am

Quote:
First could someone please tell me if there's a method of making a rollover using plain CSS.

You might find it easier to implement this method:
http://wellstyled.com/css-nopreload-rollovers.html

Post Posted: September 11th, 2005, 3:01 am

I had my first ever problem with firefox today .... :( Downloaded an extension and from then on the browser would no longer open, even though the firefox.exe was running. Took a long, long time to fix. I had to totally uninstall the entire thing and remove the user profile stuff. I then had to redo...

Post Posted: September 9th, 2005, 12:45 pm

You might try these:
http://tranchant.plus.com/web/css-tutorial/
http://www.htmldog.com/guides/cssbeginner/
http://www.w3schools.com/css/default.asp

Post Posted: September 9th, 2005, 4:31 am

Ok last question: What is the easiest way to format using XP? I tried yesterday just left clicking the C: drive icon and format, this would not work. Thanks You can't format your system partition while windows is running. First, you might try performing a repair install: http://support.microsoft.co...

Post Posted: September 9th, 2005, 2:07 am

I voted no but I rarely use IE; only for updates and testing. Firefox is my browser of choice. I just can't get survive without Greasemonkey , user CSS and the other extensions I use. I've been trying out Opera for a few weeks. It's not bad but I've got too much time invested in Firefox to switch no...

Post Posted: September 7th, 2005, 6:31 am

Right click on the Command Prompt shortcut, select "Properties" and change the path in "Start in:".

Post Posted: September 7th, 2005, 6:12 am

Hello Joni1,

In order to help you, well need to see the web site. If you can, please post a link to it. If that's not possible, post the code using bbcode:

Code: [ Select ]
insert your code here
.

Post Posted: September 6th, 2005, 5:46 pm

In truth, I haven't used object for this purpose either. If I remember correctly, it won't work with Safari but I could be wrong or this may have changed. I do know that support for object isn't very consistent across different browsers. Depending on what you are actually trying to embed, you usuall...

Post Posted: September 6th, 2005, 5:35 pm

You're welcome. Actually, I'm a JavaScript newbie so no genius here. ;) In reality, the problem was the line break in the middle of string being sent to the function. This would probably work, however: [code]<a href="javascript:void(0);" onmouseover= "return overlib(...

Post Posted: September 6th, 2005, 4:51 pm

Code: [ Select ]
<a href="javascript:void(0);" onmouseover="return overlib('This is an ordinary popup.');" onmouseout="return nd();">here</a>
You need to make sure the entire onmouseover function is on the same line. The line brea...
  • Sort by
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.