Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for Paulxh

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 …

Member Avatar for Paulxh
0
2K
Member Avatar for Paulxh

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 …

Member Avatar for otengkwaku
0
259
Member Avatar for Paulxh

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: …

Member Avatar for JorgeM
0
333
Member Avatar for Paulxh

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 …

Member Avatar for Paulxh
0
67
Member Avatar for Paulxh

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 …

Member Avatar for MidiMagic
0
46
Member Avatar for Paulxh

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: …

Member Avatar for Paulxh
0
104