on 2006 Jul 26 7:35 AM
Hi all,
We have created one BSP application using Web Request. The display logic of the application is changed using the CSS. The css file is uploaded in MIME folder.
The application is using the css by applying the <link> tag in the BSP application.
The CSS is applied proeprly when the application viewed in Internet Explorer.
The CSS is not applied when the application viewed in the Mozilla browser.
Any idea as to solve the problem?
Regards,
Gauri Gosavi.
gauri,
generally SAP applications do not work properly in Mozillla. This applies to any front end components like JavaScript , CSS etc.
Usually it is a practice to advice people to use IE6.0 only for SAP applications.
What you could do is to check the same out if there is any change in CSS design for Mozilla and apply the same.
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Iam new to BSP. I have to design the screens in HTMLB with CSS.Please tell me how to aply CSS in HTMLB UI elements.I tried some CSS are not working in 2003 it's working in 2002.why? i don't know.Please give me small examples step by step procedure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Gauri Gosavi,
can u plz tell me the procedure to include a css in the bsp application using htmlb.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just in case you wanted a "proper" answer - I'd imagine that what you've probably done is excluded the "type" attribute from your link tag. So if your stylesheet is called style.css, you want to be using:
<link rel="stylesheet" type="text/css" href="style.css">
If you're using XHTMLB rather than HTMLB then you'll need to use a self-closing tag. If this doesn't solve your problem, post the relevant bit of your HTML and we'll take a closer look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Have a look at this OSS Note: <b>598860</b>
Best regards,
Guillaume
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.