|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Fixed SVG image
Hello,
I've created a toolbar in SVG with buttons and am trying to make it to be always on top and stay fixed while other SVG images can be scrolled up and down. Something similar to HTML frames but implemented within a single SVG file containing a toolbar and scrollable images. Could somebody please kindly tell me what has to be done in this case? Thank you, Victor. |
|
#2
|
||||
|
||||
|
fixed svg image
To keep any page element at a fixed location set it's css style position: absolute You may have to put the image in a containing element and set the elements style eg
<style....... SVGcontainer { position: absolute; ....... <body> ...... <span id="SVGcontainer"> svg img here </span> ............ |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Fixed SVG image |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|