Forums

This topic is locked

scrollbar widget

Posted 20 years ago
1
has voted
20 years ago Chris Trace posted:
hey there

i am using a third party widget to generate the following code

<!--[if IE]>
<style type="text/css">
html {
scrollbar-arrow-color:#9B9A64;
scrollbar-track-color:#F1F3CB;
scrollbar-face-color:#D7D7A2;
scrollbar-highlight-color:#F3FDB5;
scrollbar-3dlight-color:#F8F9E6;
scrollbar-darkshadow-color:#AEAD64;
scrollbar-shadow-color:#E6E6C4;
}

</style>
<![endif]text {
}
-->

and saving this as scrollbar.css

Then in a html doc trying to link/import the css data to the page design time

If i insert this code into the page manually it works if i try to use the manage css dialogue it doesnt

any thoughts

Replies

Replied 20 years ago
20 years ago Chris Trace replied:
actualy the link import function seems not to work even for DMX generated css files

basially i want to create a pool of css for specifc textbox and menu variations then link or import on demand

Replied 20 years ago
20 years ago Chris Trace replied:
got it - basically if you set the page properties without a css file this precludes for some reason the syle link/import functions do not work - i assume this is because there are duplicate style tags in the html that are generated by DMX

in short if you css the page for text input etc add them directly to the page this works or

leave all formating options at default then link/import the appropriate css sheets

sort of tricking the nesting issue
Replied 20 years ago
20 years ago Chris Charlton replied:
Hmmmm.

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 20 years ago
20 years ago Chris Trace replied:
yeah that is what i thought

also

if you want to keep your custom buttons centred the DMX css facility for input tags overides the button one so make sure that in the BLOCK tab of input css the text align is kept blank else this will over ride the text positioning with submit/reset buttons

Reply to this topic