Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 02:50:30 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Check wysiwyg code and replace  (Read 453 times)
friet

Offline Offline

Posts: 12


« on: July 20, 2007, 08:55:49 AM »

Situation: images with a javascript class to add shadow and corners. (ie: <img src='x' class="corner iradius16 ishadow15">).

Problem: The shadow sucks in IE.

Question: How can I make the output different for IE and other browsers? (I have the php function, thats not the problem) But how do I implement the function?
FCK doesnt alow php code.

So FCK source = class="c s"

If IE => class="c"
If other => class="c s"
Logged
doc
Guest
« Reply #1 on: July 20, 2007, 09:23:44 AM »

Hello,

for browsers other than IE, check out Google for CSS hacks.
For IE search the Web for conditional comments (e.g. http://msdn2.microsoft.com/en-us/library/ms537512.aspx).

Regards Christian
« Last Edit: July 20, 2007, 12:10:00 PM by doc » Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!