No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I am trying to change the order of the stack using z-index. as my HTML, CSS and javascript function show in the code below. The three tables are all read into the same location, with only the last table being printed on the screen, since all tables use a white … | |
is there a way that I can do this? I want to, call a java function from an HTML page and set a varaible, (function 1) then switch to a new web page and read the same varaible that was set, (function 2) I would like to do this in … | |
CSS code: .pdmenu ul {margin:0; padding:0; width:220px} /* basic settings */ .pdmenu ul li {position: relative} /* where 2nd level list will be rendered */ .pdmenu li ul {position: absolute; left:100px; top:0; display:none} /* where 2nd level list will rendered when turned on */ .pdmenu ul li a {display:block; text-decoration: … | |
When interspersing [super-script] into several lines of text. How can I keep a consistant [line-height] ? I have been trying to control the line-height through CSS in the paragraph tag, example. p {line-height: 120%} But this does not provide a consistant line height, it simply raises the overall line-height. Perhaps … | |
On a page of text having multiple super-script characters, lines of text without super-script characters have a lower line-height. I have tried correcting this problem using the line-height parameter via CSS inside the paragraph tag. ie. p {line-height: 130%} This works in, IE, but does not work in Foxfire or … | |
Can a table written in HTML be floated as an element, as in image <img src=".."> I am trying to have several small blocks of text, seperated within borders that the text withing the box or group can float depending on screen size. I don't know how to do this: … |
The End.