cancel
Showing results for 
Search instead for 
Did you mean: 

Applying CSS in the BSP application.

Gauri
Active Participant
0 Kudos
755

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.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184494
Active Contributor
0 Kudos

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

Answers (4)

Answers (4)

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi Gauri Gosavi,

can u plz tell me the procedure to include a css in the bsp application using htmlb.

GrahamRobbo
Active Contributor
0 Kudos

Hi Mahi,

There is a good example in the online help for <htmlb:documentBody>

I can't seem to post it here for some reason.

In SE80 go to the Tag Browser, navigate to BSP Extensions->Transportable->htmlb and double-click on <htmlb:documentBody> to see the documentation.

Cheers

Graham Robbo

Former Member
0 Kudos
Former Member
0 Kudos

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.

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Have a look at this OSS Note: <b>598860</b>

Best regards,

Guillaume