Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 129
Actual Results
- JrzyCrim
- Forum: Website Design Forum
- Topic: Preventing certain html markup from inheriting CSS rules
- Subject: Preventing certain html markup from inheriting CSS rules
- Replies: 18
- Views: 1699
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...
- JrzyCrim
- Forum: Website Design Forum
- Topic: Preventing certain html markup from inheriting CSS rules
- Subject: Preventing certain html markup from inheriting CSS rules
- Replies: 18
- Views: 1699
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 ...
- JrzyCrim
- Forum: Website Design Forum
- Topic: Preventing certain html markup from inheriting CSS rules
- Subject: Preventing certain html markup from inheriting CSS rules
- Replies: 18
- Views: 1699
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...
- JrzyCrim
- Forum: Website Design Forum
- Topic: Preventing certain html markup from inheriting CSS rules
- Subject: Preventing certain html markup from inheriting CSS rules
- Replies: 18
- Views: 1699
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.
- JrzyCrim
- Forum: Website Design Forum
- Topic: Need some help with CSS Rollovers!
- Subject: Need some help with CSS Rollovers!
- Replies: 7
- Views: 542
- Subject: Need some help with CSS Rollovers!
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...
- JrzyCrim
- Forum: Website Design Forum
- Topic: Need some help with CSS Rollovers!
- Subject: Need some help with CSS Rollovers!
- Replies: 7
- Views: 542
- Subject: Need some help with CSS Rollovers!
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
- JrzyCrim
- Forum: General Discussion
- Topic: Is internet explorer crap?
- Subject: Is internet explorer crap?
- Replies: 33
- Views: 2019
- Subject: Is internet explorer crap?
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...
- JrzyCrim
- Forum: Website Design Forum
- Topic: Is there a good CSS guide out there?
- Subject: Is there a good CSS guide out there?
- Replies: 2
- Views: 449
- Subject: Is there a good CSS guide out there?
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
http://tranchant.plus.com/web/css-tutorial/
http://www.htmldog.com/guides/cssbeginner/
http://www.w3schools.com/css/default.asp
- JrzyCrim
- Forum: Microsoft Windows Forum
- Topic: Why is my Laptop shutting down?
- Subject: Why is my Laptop shutting down?
- Replies: 17
- Views: 3655
- Subject: Why is my Laptop shutting down?
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...
- JrzyCrim
- Forum: General Discussion
- Topic: Is internet explorer crap?
- Subject: Is internet explorer crap?
- Replies: 33
- Views: 2019
- Subject: Is internet explorer crap?
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...
- JrzyCrim
- Forum: Microsoft Windows Forum
- Topic: Command prompt path
- Subject: Command prompt path
- Replies: 2
- Views: 600
- Subject: Command prompt path
Posted: September 7th, 2005, 6:31 am
Right click on the Command Prompt shortcut, select "Properties" and change the path in "Start in:".
- JrzyCrim
- Forum: Website Design Forum
- Topic: Help with empty space on website???
- Subject: Help with empty space on website???
- Replies: 2
- Views: 450
- Subject: Help with empty space on website???
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:
.
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
- JrzyCrim
- Forum: Website Design Forum
- Topic: object tag and scrollable table
- Subject: object tag and scrollable table
- Replies: 13
- Views: 730
- Subject: object tag and scrollable table
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...
- JrzyCrim
- Forum: Programming / Scripting / Coding Forum
- Topic: JavaScript: OnMouseOver thingy
- Subject: JavaScript: OnMouseOver thingy
- Replies: 5
- Views: 894
- Subject: JavaScript: OnMouseOver thingy
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(...
- JrzyCrim
- Forum: Programming / Scripting / Coding Forum
- Topic: JavaScript: OnMouseOver thingy
- Subject: JavaScript: OnMouseOver thingy
- Replies: 5
- Views: 894
- Subject: JavaScript: OnMouseOver thingy
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>
