lindm Posted September 22, 2008 Share Posted September 22, 2008 I am looking for a way to cover the row of a html table with a colour. Not a background colour bur rather a background colour that covers all the contents of the row or cell, call it a frontground... Possible? Link to comment https://forums.phpfreaks.com/topic/125357-table-background-covering-text/ Share on other sites More sharing options...
F1Fan Posted September 22, 2008 Share Posted September 22, 2008 You could place a div inside the cell that is 100% wide and tall, set the background color to whatever, position it absolutely, and give it a z-index of 1+ and that should place it on top of the rest of the contents of the cell. Link to comment https://forums.phpfreaks.com/topic/125357-table-background-covering-text/#findComment-647978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.