kittyuk
03-18-2004, 10:25 AM
Hi,
can anyone let me know the code to make background patterns show through the scrollbars?
Thanks =]
can anyone let me know the code to make background patterns show through the scrollbars?
Thanks =]
|
View Full Version : Invisible scrollbars? kittyuk 03-18-2004, 10:25 AM Hi, can anyone let me know the code to make background patterns show through the scrollbars? Thanks =] bourdelson 03-18-2004, 12:52 PM http://www.lissaexplains.com/frames.shtml#inline It's below the tutorial to make inline frames. kittyuk 03-18-2004, 04:08 PM Thank you, I'd missed that :blush: sugarbyte 03-18-2004, 06:01 PM i had that script in my inline frames code, and it didnt work .... any ideas why?? :idea: kittycat 03-18-2004, 06:45 PM Could you post the code from your page, or a link to the page in question? kittyuk 03-18-2004, 10:25 PM I tried it and it didn't work for me either =c( http://www.geocities.com/xyzpetz/ Have I missed anything out? Any advice? Thanks :) MaGiCSuN 03-18-2004, 10:46 PM <style type="text/css"><!-- body {filter:chroma(color=#FFF FFF); scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#ffffff; scrollbar-highlight-color:#C2A2DA; scrollbar-3dlight-color:#FFFFFF; scrollbar-darkshadow-color:#FFC0C0; scrollbar-track-color:#ffffff; scrollbar-arrow-color:#C2A2DA} --></style> should be between the <head> and </head> and not in the table :) also the chroma filter should be taking out there, because it doesn't belong there it belongs in the <iframe> tag :) then try this for your <iframe>: <IFRAME name="inlineframe" src="updates.html" style="border-style:2px dashed; FILTER: chroma(color=#ff0000)" allowtransparency="true" width=277 height=192 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto></IFRAME> change change #ff0000 to a color that is in the scrollbar code on the page INSIDE the iframe. They should match :) Love, Mirna |