如何在另一个jsp中设置嵌入jsp的样式?
我是一个 css/javascript 初学者。我如何访问嵌入另一个 jsp 和 css 样式中的 jsp 的 HTML 元素?我不允许直接修改第一个,所以我想知道是否可以在第二个中设置它的样式。
I am a css/javascript beginner. How would I access an HTML element of a jsp that's embedded inside another jsp and css style it? I am not allowed to modify the first one directly, so I was wondering if I could style it from within the second one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确,您可以通过标签或属性(类、id、rel...)访问您的 Html
,也许这是您的 Html...
现在您可以使用各种选择器访问您的 Html:
Good资源: http://www.w3schools.com/css/css_intro.aspIf i understand you correctly you can access your Html by Tag or Attributes (class,id,rel...)
Maybe this is your Html...
And now you can access your Html with various selectors:
Goodressource: http://www.w3schools.com/css/css_intro.asp